Skip to content

Commit 523c8d3

Browse files
authored
python312Packages.numpy-stl: 3.1.2 -> 3.2.0 (#364451)
2 parents 8e03a00 + 735c7f4 commit 523c8d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/numpy-stl/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212

1313
buildPythonPackage rec {
1414
pname = "numpy-stl";
15-
version = "3.1.2";
15+
version = "3.2.0";
1616
pyproject = true;
1717

18-
disabled = pythonOlder "3.7";
18+
disabled = pythonOlder "3.9";
1919

2020
src = fetchPypi {
2121
pname = "numpy_stl";
2222
inherit version;
23-
hash = "sha256-crRpUN+jZC3xx7hzz6eKVIUzckuQdHjFZ9tC/fV+49I=";
23+
hash = "sha256-WiDD95zdqgq8akuZ9Uhqzu1PiBUvKbGaV6zIROGD/U0=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)