Merge pull request #173557 from r-ryantm/auto-update/python3.10-numpy-stl

python310Packages.numpy-stl: 2.17.0 -> 2.17.1
This commit is contained in:
Mario Rodas 2022-05-21 09:32:56 -05:00 committed by GitHub
commit ebcd351072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "numpy-stl";
version = "2.17.0";
version = "2.17.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-G42ak4w4OAbE2RTe3STN03A43/rZqJBbB8rBm0TlOWU=";
sha256 = "sha256-NskgGS9EXdV/CRpjYpvdpaknTUdROjOsLvrRJzc5S3o=";
};
propagatedBuildInputs = [