summary refs log tree commit diff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 23:19:33 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 23:25:14 +0100
commitf3415ba511c0e48f5d14d2694493a316d47e4cb7 (patch)
treebf06b4b3f4aa002cff8c5b064bdb2a8f4d3c3c2c /gnu/packages/python-xyz.scm
parentfe390200111db471de1a30a3d72261011d07738e (diff)
downloadguix-f3415ba511c0e48f5d14d2694493a316d47e4cb7.tar.gz
gnu: python-latexcodec: Update to 1.0.7.
* gnu/packages/python-xyz.scm (python-latexcodec): Update to 1.0.7.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a9fda1bc2c..93237a1659 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15251,13 +15251,13 @@ working with iterables.")
 (define-public python-latexcodec
   (package
     (name "python-latexcodec")
-    (version "1.0.6")
+    (version "1.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "latexcodec" version))
        (sha256
-        (base32 "0s4wdbg0w2l8pj3i0y4510i0s04p8nhxcsa2z41bjsv0k66npb81"))))
+        (base32 "0wnp3yqcgx0rpy8dz51vh75lbp2qif67da19zi7m3ca98n887hgb"))))
     (build-system python-build-system)
     (inputs
      `(("python-six" ,python-six)))