tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sage: import matplotlib 3.8 upgrade patch
Mauricio Collares
2 years ago
feff64db
579ae9b9
+7
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
math
sage
sage-src.nix
+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
113
+
114
114
+
# https://github.com/sagemath/sage/pull/36279, landed in 10.2.beta4
115
115
+
(fetchpatch {
116
116
+
name = "matplotlib-3.8-upgrade.patch";
117
117
+
url = "https://github.com/sagemath/sage/commit/0fcf88935908440930c5f79202155aca4ad57518.diff";
118
118
+
sha256 = "sha256-mvqAHaTCXsxPv901L8HSTnrfghfXYdq0wfLoP/cYQZI=";
119
119
+
})
113
120
];
114
121
115
122
patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;