python38Packages.numexpr: 2.7.3 -> 2.8.0

This commit is contained in:
R. Ryantm 2021-12-06 05:44:17 +00:00 committed by Jonathan Ringer
parent 9af0ce996e
commit 73a40af7c0

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "numexpr";
version = "2.7.3";
version = "2.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "43616529f9b7d1afc83386f943dc66c4da5e052f00217ba7e3ad8dd1b5f3a825";
sha256 = "9fec076b76c90a5f3929373f548834bb203c6d23a81a895e60d0fe9cca075e99";
};
# Remove existing site.cfg, use the one we built for numpy.