From d7977ef9e9f3c66e9c025af48db8d680e3bab62a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 12 Sep 2022 13:19:17 +0200 Subject: [PATCH] python3Packages.numpy: 1.23.1 -> 1.23.3 https://github.com/numpy/numpy/releases/tag/v1.23.2 https://github.com/numpy/numpy/releases/tag/v1.23.3 --- pkgs/development/python-modules/numpy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/numpy/default.nix b/pkgs/development/python-modules/numpy/default.nix index 86bf008adc97..7b4c5178d66b 100644 --- a/pkgs/development/python-modules/numpy/default.nix +++ b/pkgs/development/python-modules/numpy/default.nix @@ -45,7 +45,7 @@ in buildPythonPackage rec { # Attention! v1.22.0 breaks scipy and by extension scikit-learn, so # build both to verify they don't break. # https://github.com/scipy/scipy/issues/15414 - version = "1.23.1"; + version = "1.23.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -53,7 +53,7 @@ in buildPythonPackage rec { src = fetchPypi { inherit pname version; extension = "tar.gz"; - hash = "sha256-10jvNJv+8uEZS1naN+1aKcGeqNfmNCAZkhuiuk/YtiQ="; + hash = "sha256-Ub9JwM0dUr4KJAqmbzRYr8S5XYmT0tBPDZH6YMEK9s0="; }; patches = lib.optionals python.hasDistutilsCxxPatch [