sage: import scipy 1.15 update patch (#380612)

This commit is contained in:
Mauricio Collares
2025-02-09 13:31:04 +01:00
committed by GitHub
+7
View File
@@ -83,6 +83,13 @@ stdenv.mkDerivation rec {
hash = "sha256-xB0xg8dGLnSMdFK3/B5hkI9yzI5N3lUMhPZ89lDsp3s=";
})
# https://github.com/sagemath/sage/pull/39261, landed in 10.6.beta4
(fetchpatch {
name = "scipy-1.15-update.patch";
url = "https://github.com/sagemath/sage/commit/545f5bf75084a7467aae0c0b34bc000ca996df78.diff";
hash = "sha256-CMwwZLPalU4jWyRf4jnYncEQbw980gt+7xtAtqypDG4=";
})
# https://github.com/sagemath/sage/pull/38749, to land in 10.6.beta6
(fetchpatch {
name = "pari-2.17.1-update.patch";