diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 27497f28bd0..f28d3f515e0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -27030,14 +27030,13 @@ passed from LaTeX to Python.") | |||
| 27030 | (define-public python-latexminted | 27030 | (define-public python-latexminted |
| 27031 | (package | 27031 | (package |
| 27032 | (name "python-latexminted") | 27032 | (name "python-latexminted") |
| 27033 | ;; Version 0.6.0 is not compatible with our packaged python-pygments. | 27033 | (version "0.7.1") |
| 27034 | (version "0.5.1") | ||
| 27035 | (source | 27034 | (source |
| 27036 | (origin | 27035 | (origin |
| 27037 | (method url-fetch) | 27036 | (method url-fetch) |
| 27038 | (uri (pypi-uri "latexminted" version)) | 27037 | (uri (pypi-uri "latexminted" version)) |
| 27039 | (sha256 | 27038 | (sha256 |
| 27040 | (base32 "12pj51nw7k3h6pv8r7k7382jwvs5wsd80cpkv222nkv07gnfg390")))) | 27039 | (base32 "1yj08q1bpy0lk3gk6zs9b7ik83mwn9d7s85fpvyj1wk06iphj96p")))) |
| 27041 | (build-system pyproject-build-system) | 27040 | (build-system pyproject-build-system) |
| 27042 | (arguments (list #:tests? #f)) ; No tests upstream. | 27041 | (arguments (list #:tests? #f)) ; No tests upstream. |
| 27043 | (propagated-inputs (list python-latex2pydata | 27042 | (propagated-inputs (list python-latex2pydata |
