mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.numpy: 2.4.4 -> 2.4.6
Diff: https://github.com/numpy/numpy/compare/v2.4.4...v2.4.6 Changelogs: - https://github.com/numpy/numpy/releases/tag/v2.4.5 - https://github.com/numpy/numpy/releases/tag/v2.4.6
This commit is contained in:
parent
f6308ed8d8
commit
f39c427320
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ assert (!blas.isILP64) && (!lapack.isILP64);
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "numpy";
|
||||
version = "2.4.4";
|
||||
version = "2.4.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
@ -42,7 +42,7 @@ buildPythonPackage (finalAttrs: {
|
|||
repo = "numpy";
|
||||
tag = "v${finalAttrs.version}";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-LAGXw4vFpjZjZ2s/dXdzXHDm6Ah3pronjScqK02wivY=";
|
||||
hash = "sha256-jHi3cYiSwFRm3G0Dl4dL6yACSP4lAUECotVI+4KXMg8=";
|
||||
};
|
||||
|
||||
patches = lib.optionals python.hasDistutilsCxxPatch [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue