summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2026-06-24 19:49:39 +0200
committerAndreas Enge <andreas@enge.fr>2026-07-03 09:33:54 +0200
commit0ef3c5ebad5e36946b9c56dfcdf8fe02a37a99ea (patch)
treef0526b647c6146cfea8b5f80919a4822a78d87d0 /gnu
parent98d2a029fd29b8705f5e5253f413b713f5c85120 (diff)
gnu: python-latexminted: Update to 0.7.1.
* gnu/packages/python-xyz.scm (python-latexminted): Update to 0.7.1. Fixes: guix/guix#9310
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm5
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