guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: xdot: Update to 1.1.


From: guix-commits
Subject: 01/04: gnu: xdot: Update to 1.1.
Date: Tue, 14 May 2019 08:21:29 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit 5395cec2c53e706ffc9c60f98f9616f664e4a9ed
Author: Björn Höfling <address@hidden>
Date:   Tue May 14 12:24:34 2019 +0200

    gnu: xdot: Update to 1.1.
    
    * gnu/packages/graphviz.scm (xdot): Update to 1.1.
---
 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 fe364c0..f9667e8 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -260,14 +260,14 @@ structure and layout algorithms.")
 (define-public xdot
   (package
     (name "xdot")
-    (version "0.7")
+    (version "1.1")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "xdot" version))
       (sha256
        (base32
-        "1q0f3pskb09saw1qkd2s6vmk80rq5zjhq8l93dfr2x6r04r0q46j"))))
+        "0cr4rh7dz4dfzyxrk5pzhm0d15gkrgkfp3i5lw178xy81pc56p71"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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