guix-commits
[Top][All Lists]
Advanced

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

05/20: gnu: python-graphviz: Update to 0.8.3.


From: Tobias Geerinckx-Rice
Subject: 05/20: gnu: python-graphviz: Update to 0.8.3.
Date: Wed, 16 May 2018 21:21:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1df4d1b4d9d25d017fbda08da911303d5a40ac91
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 16 15:41:59 2018 +0200

    gnu: python-graphviz: Update to 0.8.3.
    
    * gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.3.
---
 gnu/packages/graphviz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 58c0fa8..8d8bd54 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2015 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016 Theodoros Foradis <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Gábor Boskovits <address@hidden>
 ;;; Copyright © 2018 Mathieu Lirzin <address@hidden>
 ;;;
@@ -117,13 +117,13 @@ interfaces for other technical domains.")
 (define-public python-graphviz
   (package
     (name "python-graphviz")
-    (version "0.8.2")
+    (version "0.8.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "graphviz" version ".zip"))
               (sha256
                (base32
-                "148h7ln8z65c1723w9vpx8khkvl9iigh8csv0qd4pidc53042rv0"))))
+                "0gnl11w98iib7vif92f3vircavy2v1yl9sl54y6hhk1mwm0f07f6"))))
     (build-system python-build-system)
     (native-inputs
      `(("unzip" ,unzip)))



reply via email to

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