guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: python-pydot: Update to 1.4.1.


From: guix-commits
Subject: 02/11: gnu: python-pydot: Update to 1.4.1.
Date: Mon, 23 Nov 2020 08:45:44 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 79f3e2618410481d7798a3bd26e0aa97f27a0763
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Nov 23 09:26:22 2020 +0200

    gnu: python-pydot: Update to 1.4.1.
    
    * gnu/packages/graphviz.scm (python-pydot): Update to 1.4.1.
---
 gnu/packages/graphviz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 0f2afb9..bd70c87 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -8,6 +8,7 @@
 ;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
+;;; Copyright © 2020 Pjotr Prins <pjotr.guix@thebird.nl>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -323,14 +324,14 @@ can be used either as a standalone application, or as a 
Python library.")
 (define-public python-pydot
   (package
     (name "python-pydot")
-    (version "1.2.4")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pydot" version))
        (sha256
         (base32
-         "1dhy4jpp646jslh2yks6klwwbaxcs905byyny880gl1iap8y5llj"))))
+         "00az4cbf8bv447lkk9xi6pjm7gcc7ia33y4pm71fwfwis56rv76l"))))
     (build-system python-build-system)
     (native-inputs
      ;; For tests.



reply via email to

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