guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: dot2tex: Update to 2.11.3.


From: guix-commits
Subject: 02/05: gnu: dot2tex: Update to 2.11.3.
Date: Sun, 12 Jan 2020 16:25:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1cb055f04aafe3e86695b38bc27eed140810b6a4
Author: Jakub Kądziołka <address@hidden>
AuthorDate: Thu Jan 9 23:22:01 2020 +0100

    gnu: dot2tex: Update to 2.11.3.
    
    * gnu/packages/graphviz.scm (dot2tex): Update to 2.11.3.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/graphviz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index f9667e8..eb4b211 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -330,13 +330,13 @@ graphs in Graphviz's DOT language, written in pure 
Python.")
 (define-public dot2tex
   (package
     (name "dot2tex")
-    (version "2.9.0")
+    (version "2.11.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "dot2tex" version))
               (sha256
                (base32
-                "0jhdwp0wv2h0xb7j2s5xiv7i8yaqgfpwwqcyrjvaxkfwsynm8gkx"))))
+                "1kp77wiv7b5qib82i3y3sn9r49rym43aaqm5aw1bwnzfbbq2m6i9"))))
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2))



reply via email to

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