tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sageWithDoc: import sphinx 7 and 7.2 upgrade patches
Mauricio Collares
2 years ago
43405a49
97868dae
+17
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
math
sage
sage-src.nix
+17
-3
pkgs/applications/science/math/sage/sage-src.nix
···
104
sha256 = "sha256-GqMgoi0tsP7zcCcPumhdsbvhPB6fgw1ufx6gHlc6iSc=";
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
})
113
114
# https://github.com/sagemath/sage/pull/36279, landed in 10.2.beta4
···
116
name = "matplotlib-3.8-upgrade.patch";
117
url = "https://github.com/sagemath/sage/commit/0fcf88935908440930c5f79202155aca4ad57518.diff";
118
sha256 = "sha256-mvqAHaTCXsxPv901L8HSTnrfghfXYdq0wfLoP/cYQZI=";
0
0
0
0
0
0
0
0
0
0
0
0
0
0
119
})
120
];
121
···
104
sha256 = "sha256-GqMgoi0tsP7zcCcPumhdsbvhPB6fgw1ufx6gHlc6iSc=";
105
})
106
107
+
# https://github.com/sagemath/sage/pull/36006, landed in 10.2.beta2
108
(fetchpatch {
109
name = "gmp-6.3-upgrade.patch";
110
+
url = "https://github.com/sagemath/sage/commit/5e841de46c3baa99cd1145b36ff9163e9340a55c.diff";
111
+
sha256 = "sha256-fJPDryLtGBQz9qHDiCkBwjiW2lN6v7HiHgxY7CTeHcs=";
112
})
113
114
# https://github.com/sagemath/sage/pull/36279, landed in 10.2.beta4
···
116
name = "matplotlib-3.8-upgrade.patch";
117
url = "https://github.com/sagemath/sage/commit/0fcf88935908440930c5f79202155aca4ad57518.diff";
118
sha256 = "sha256-mvqAHaTCXsxPv901L8HSTnrfghfXYdq0wfLoP/cYQZI=";
119
+
})
120
+
121
+
# https://github.com/sagemath/sage/pull/35658, landed in 10.1.beta2
122
+
(fetchpatch {
123
+
name = "sphinx-7-upgrade.patch";
124
+
url = "https://github.com/sagemath/sage/commit/cacd9a89b5c4fdcf84a8dd2b7d5bdc10cc78109a.diff";
125
+
sha256 = "sha256-qJvliTJjR3XBc5pH6Q0jtm8c4bhtZcTcF3O04Ro1uaU=";
126
+
})
127
+
128
+
# https://github.com/sagemath/sage/pull/36296, landed in 10.2.beta4
129
+
(fetchpatch {
130
+
name = "duplicate-args-region_plot.patch";
131
+
url = "https://github.com/sagemath/sage/commit/461727b453712550a2c5dc0ae11933523255aaed.diff";
132
+
sha256 = "sha256-mC8084VQoUBk4hocALF+Y9Cwb38Zt360eldi/SSjna8=";
133
})
134
];
135