python313Packages.numpy: 2.1.2 -> 2.1.3

https://github.com/numpy/numpy/releases/tag/v2.1.3
This commit is contained in:
Martin Weinelt 2024-11-11 01:36:51 +01:00
parent 6ec63d56ff
commit b0a6dbeffc
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -59,7 +59,7 @@ let
in
buildPythonPackage rec {
pname = "numpy";
version = "2.1.2";
version = "2.1.3";
pyproject = true;
disabled = pythonOlder "3.10";
@ -67,7 +67,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-E1MqCIIX+mJMmbhD7rVGQN4js0FLFKpm0COAXrcxBmw=";
hash = "sha256-qgjgTgiq+XTURY3vU53s4NKBRthmo52lY5WW9JIf12E=";
};
patches = lib.optionals python.hasDistutilsCxxPatch [