Commit bd46e7f0 authored by Doron Behar's avatar Doron Behar
Browse files

python312Packages.numpy_2: 2.1.0 -> 2.1.1

parent 67471280
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ let
in
buildPythonPackage rec {
  pname = "numpy";
  version = "2.1.0";
  version = "2.1.1";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -66,7 +66,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    inherit pname version;
    extension = "tar.gz";
    hash = "sha256-fckNoAgffh2knsTjmO3mqOnMT16+X54GtEPtiJ7pqqI=";
    hash = "sha256-0M99VbEFE4eAdAWziY76+oYpl7TLqKpdvmV755Sv6v0=";
  };

  patches = lib.optionals python.hasDistutilsCxxPatch [