guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

119/182: gnu: python-latexcodec: Update to 1.0.7.


From: guix-commits
Subject: 119/182: gnu: python-latexcodec: Update to 1.0.7.
Date: Fri, 15 Nov 2019 00:01:51 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 3a1cc637ca8779fe458462e4231b43b39328ad56
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Nov 8 23:19:33 2019 +0100

    gnu: python-latexcodec: Update to 1.0.7.
    
    * gnu/packages/python-xyz.scm (python-latexcodec): Update to 1.0.7.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4182120..aaa28c4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15252,13 +15252,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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]