Merge pull request #250947 from collares/sage-gmp

sage: import test fixes for gmp update

authored by Mauricio Collares and committed by GitHub 0ce130a1 799e2353

+7
+7
pkgs/applications/science/math/sage/sage-src.nix
··· 103 103 url = "https://github.com/sagemath/sage/commit/1a1b49f814cdf4c4c8d0ac8930610f3fef6af5b0.diff"; 104 104 sha256 = "sha256-GqMgoi0tsP7zcCcPumhdsbvhPB6fgw1ufx6gHlc6iSc="; 105 105 }) 106 + 107 + # https://github.com/sagemath/sage/pull/36006, positively reviewed 108 + (fetchpatch { 109 + name = "gmp-6.3-upgrade.patch"; 110 + url = "https://github.com/sagemath/sage/commit/d88bc3815c0901bfdeaa3e4a31107c084199f614.diff"; 111 + sha256 = "sha256-dXaEwk2wXxmx02sCw4Vu9mF0ZrydhFD4LRwNAiQsPgM="; 112 + }) 106 113 ]; 107 114 108 115 patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;