gnu: python-graphviz: Update to 0.8.4.

* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.4.
master
Tobias Geerinckx-Rice 2018-07-08 19:42:14 +02:00
parent bee7e46ac3
commit 3ccad0f3da
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -117,13 +117,13 @@ interfaces for other technical domains.")
(define-public python-graphviz
(package
(name "python-graphviz")
(version "0.8.3")
(version "0.8.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "graphviz" version ".zip"))
(sha256
(base32
"0gnl11w98iib7vif92f3vircavy2v1yl9sl54y6hhk1mwm0f07f6"))))
"17v8h7j2yz8hy1jf7q8p0ik8dmf32m58lc6v11x7aqc4pnfa2n29"))))
(build-system python-build-system)
(native-inputs
`(("unzip" ,unzip)))