numcpp: 2.14.2 -> 2.15.0 (#465242)

This commit is contained in:
Aleksana
2025-11-29 14:44:57 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "numcpp";
version = "2.14.2";
version = "2.15.0";
src = fetchFromGitHub {
owner = "dpilger26";
repo = "NumCpp";
tag = "Version_${finalAttrs.version}";
hash = "sha256-A2x7Ar/Ihk4iGb7J93hGULtfoI8xidkGtpkVWgicSFI=";
hash = "sha256-+i4vUtd+UDP1e0Y+2Y31ldIWQenbtzssNrDazcU+tkQ=";
};
patches = [ ./pytest-CMakeLists.patch ];