gnu: python-pydot: Update to 1.4.1.

* gnu/packages/graphviz.scm (python-pydot): Update to 1.4.1.
This commit is contained in:
Efraim Flashner 2020-11-23 09:26:22 +02:00
parent 77b7d990ec
commit 79f3e26184
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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 @@ (define-public xdot
(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.