python3Packages.numexpr: 2.7.0 -> 2.7.1

This commit is contained in:
Jonathan Ringer 2020-01-07 01:46:19 -08:00 committed by Frederik Rietdijk
parent 826df23514
commit 367085bc8a

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "numexpr";
version = "2.7.0";
version = "2.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "37324b5981b8962102bdc8640c4f05f5589da5d1df2702418783085cb78ca217";
sha256 = "1c82z0zx0542j9df6ckjz6pn1g13b21hbza4hghcw6vyhbckklmh";
};
# Remove existing site.cfg, use the one we built for numpy.