me
/
guix
Archived
1
0
Fork 0

gnu: python-pydot: Update to 1.4.1.

* gnu/packages/graphviz.scm (python-pydot): Update to 1.4.1.
master
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
1 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org> ;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Pjotr Prins <pjotr.guix@thebird.nl>
;;; ;;;
;;; This file is part of GNU Guix. ;;; 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 (define-public python-pydot
(package (package
(name "python-pydot") (name "python-pydot")
(version "1.2.4") (version "1.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pydot" version)) (uri (pypi-uri "pydot" version))
(sha256 (sha256
(base32 (base32
"1dhy4jpp646jslh2yks6klwwbaxcs905byyny880gl1iap8y5llj")))) "00az4cbf8bv447lkk9xi6pjm7gcc7ia33y4pm71fwfwis56rv76l"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
;; For tests. ;; For tests.