python3Packages.numexpr: 2.7.0 -> 2.7.1
This commit is contained in:
parent
826df23514
commit
367085bc8a
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "numexpr";
|
pname = "numexpr";
|
||||||
version = "2.7.0";
|
version = "2.7.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "37324b5981b8962102bdc8640c4f05f5589da5d1df2702418783085cb78ca217";
|
sha256 = "1c82z0zx0542j9df6ckjz6pn1g13b21hbza4hghcw6vyhbckklmh";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Remove existing site.cfg, use the one we built for numpy.
|
# Remove existing site.cfg, use the one we built for numpy.
|
||||||
|
Loading…
Reference in New Issue
Block a user