me
/
guix
Archived
1
0
Fork 0

gnu: python-graphviz: Update to 0.8.2.

* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.2.
master
Tobias Geerinckx-Rice 2018-03-23 21:15:11 +01:00
parent c7da85104b
commit 4bd76eac11
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -115,13 +115,13 @@ interfaces for other technical domains.")
(define-public python-graphviz
(package
(name "python-graphviz")
(version "0.8.1")
(version "0.8.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "graphviz" version ".zip"))
(sha256
(base32
"00rzqsmq25b0say05vix5xivchdvsv83jl2i8pkryqd0nz4bxzvb"))))
"148h7ln8z65c1723w9vpx8khkvl9iigh8csv0qd4pidc53042rv0"))))
(build-system python-build-system)
(native-inputs
`(("unzip" ,unzip)))