3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #232727 from r-ryantm/auto-update/python311Packages.numpy-stl

python311Packages.numpy-stl: 3.0.0 -> 3.0.1
This commit is contained in:
Nick Cao 2023-05-18 21:35:53 -06:00 committed by GitHub
commit 349152d831
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 = "3.0.0";
version = "3.0.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-V4t46ssFKayaui8X3MNj1Yx8PFcIcQwY+MHpll8ugaw=";
hash = "sha256-3U2ho3nSYy8WhRi+jc2c3dftxsMjgJT9jSFHazWGoLw=";
};
propagatedBuildInputs = [