Skip to content

Commit 940af4b

Browse files
committed
python3Packages.numpy: 1.21.5 -> 1.22.2
1 parent 3a7ea17 commit 940af4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ in buildPythonPackage rec {
4444
# Attention! v1.22.0 breaks scipy and by extension scikit-learn, so
4545
# build both to verify they don't break.
4646
# https://github.com/scipy/scipy/issues/15414
47-
version = "1.21.5";
47+
version = "1.22.2";
4848

4949
format = "pyproject.toml";
5050
disabled = pythonOlder "3.7";
5151

5252
src = fetchPypi {
5353
inherit pname version;
5454
extension = "zip";
55-
sha256 = "sha256-alkovGJBJk3OXtUJ5m8zZ2/Jf0ZOepGe3GcvtVMiIe4=";
55+
sha256 = "sha256-B2ruWjdj1B2mvvlWX988uYdgb1Z82LEEre0rOLe0er8=";
5656
};
5757

5858
patches = lib.optionals python.hasDistutilsCxxPatch [

0 commit comments

Comments
 (0)