Merge pull request #102878 from r-ryantm/auto-update/python2.7-numpy-stl

python27Packages.numpy-stl: 2.11.2 -> 2.12.0
This commit is contained in:
Mario Rodas 2020-11-07 09:41:23 -05:00 committed by GitHub
commit b7fc648d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "numpy-stl"; pname = "numpy-stl";
version = "2.11.2"; version = "2.12.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1dil1rklb41m3v6a0i93ymimv453whsg1m9z6g0z17jbg7gmc98r"; sha256 = "10912d7749ab02b0ee2ee61fc04c38fa211fc9d00a9b73a7d1c2465c53c1abf5";
}; };
checkInputs = [ pytest pytestrunner ]; checkInputs = [ pytest pytestrunner ];