sage: import matplotlib 3.8 upgrade patch

+7
+7
pkgs/applications/science/math/sage/sage-src.nix
··· 110 110 url = "https://github.com/sagemath/sage/commit/d88bc3815c0901bfdeaa3e4a31107c084199f614.diff"; 111 111 sha256 = "sha256-dXaEwk2wXxmx02sCw4Vu9mF0ZrydhFD4LRwNAiQsPgM="; 112 112 }) 113 + 114 + # https://github.com/sagemath/sage/pull/36279, landed in 10.2.beta4 115 + (fetchpatch { 116 + name = "matplotlib-3.8-upgrade.patch"; 117 + url = "https://github.com/sagemath/sage/commit/0fcf88935908440930c5f79202155aca4ad57518.diff"; 118 + sha256 = "sha256-mvqAHaTCXsxPv901L8HSTnrfghfXYdq0wfLoP/cYQZI="; 119 + }) 113 120 ]; 114 121 115 122 patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;