python311Packages.numpy-stl: 3.0.0 -> 3.0.1

This commit is contained in:
R. Ryantm 2023-05-19 01:28:23 +00:00
parent 2a49ffd158
commit b6d1cbfcf1

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 = [