Skip to content

Commit

Permalink
Merge pull request #329147 from doronbehar/pkg/numpy_2
Browse files Browse the repository at this point in the history
python312Packages.numpy_2: 2.0.0 -> 2.0.1
  • Loading branch information
doronbehar authored Aug 21, 2024
2 parents ac2df85 + 31d5e3e commit 6faf879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/numpy/2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ let
in
buildPythonPackage rec {
pname = "numpy";
version = "2.0.0";
version = "2.0.1";
pyproject = true;

disabled = pythonOlder "3.10";

src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-z10cnmg3+K+fkra9PobVE83BH2D9YhhcxJ7H0aujSGQ=";
hash = "sha256-SFuHI1eWQQw1GaaZz+H6qwl+UJ6Q67BdzQmNsq6H57M=";
};

patches = lib.optionals python.hasDistutilsCxxPatch [
Expand Down

0 comments on commit 6faf879

Please sign in to comment.