Merge pull request #136411 from r-ryantm/auto-update/python3.8-numpy-stl

python38Packages.numpy-stl: 2.16.0 -> 2.16.2
This commit is contained in:
Fabian Affolter 2021-09-05 11:37:20 +02:00 committed by GitHub
commit ae93ef67ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "numpy-stl";
version = "2.16.0";
version = "2.16.2";
src = fetchPypi {
inherit pname version;
sha256 = "411c633d2a03c295d98fb26023a6e7f574ceead04015d06e80cdab20b630a742";
sha256 = "3e635b6fb6112a3c5e00e9e20eedab93b9b0c45ff1cc34eb7bdc0b3e922e2d77";
};
checkInputs = [ pytest pytest-runner ];