Unverified Commit c4130d87 authored by Mauricio Collares's avatar Mauricio Collares Committed by GitHub
Browse files

sage: import scipy 1.15 update patch (#380612)

parents 2b0f35b3 c6fe1cdb
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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";