Skip to content

Commit 4f9b30c

Browse files
authored
python312Packages.numpy_2: 2.1.1 -> 2.1.2 (#346721)
2 parents 69ce526 + abf4bd8 commit 4f9b30c

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/numpy

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/numpy/2.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ let
5959
in
6060
buildPythonPackage rec {
6161
pname = "numpy";
62-
version = "2.1.1";
62+
version = "2.1.2";
6363
pyproject = true;
6464

6565
disabled = pythonOlder "3.10";
6666

6767
src = fetchPypi {
6868
inherit pname version;
6969
extension = "tar.gz";
70-
hash = "sha256-0M99VbEFE4eAdAWziY76+oYpl7TLqKpdvmV755Sv6v0=";
70+
hash = "sha256-E1MqCIIX+mJMmbhD7rVGQN4js0FLFKpm0COAXrcxBmw=";
7171
};
7272

7373
patches = lib.optionals python.hasDistutilsCxxPatch [

0 commit comments

Comments
 (0)