diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-08 19:42:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-07-08 19:46:07 +0200 |
commit | 3ccad0f3daf413573647f99c54d0f45a5f53a554 (patch) | |
tree | 281cbbf424bb846e233f9f05aca3e981fe8c88c5 /gnu | |
parent | bee7e46ac35aeb31acbf30acfb6b03fb21799d10 (diff) | |
download | patches-3ccad0f3daf413573647f99c54d0f45a5f53a554.tar patches-3ccad0f3daf413573647f99c54d0f45a5f53a554.tar.gz |
gnu: python-graphviz: Update to 0.8.4.
* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/graphviz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index 11997598c1..09f46fab84 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -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))) |