mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
pythonPackages.numexpr: 2.6.1 -> 2.6.2
This commit is contained in:
parent
5cd9e1c8f2
commit
3eadbb746c
@ -16097,12 +16097,12 @@ in {
|
||||
numba = callPackage ../development/python-modules/numba { };
|
||||
|
||||
numexpr = buildPythonPackage rec {
|
||||
version = "2.6.1";
|
||||
version = "2.6.2";
|
||||
name = "numexpr-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/n/numexpr/${name}.tar.gz";
|
||||
sha256 = "db2ee72f277b23c82d204189290ea4b792f9bd5b9d67744b045f8c2a8e929a06";
|
||||
sha256 = "6ab8ff5c19e7f452966bf5a3220b845cf3244fe0b96544f7f9acedcc2db5c705";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ numpy ];
|
||||
|
Loading…
Reference in New Issue
Block a user