me
/
guix
Archived
1
0
Fork 0

gnu: dot2tex: Update to 2.11.3.

* gnu/packages/graphviz.scm (dot2tex): Update to 2.11.3.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
master
Jakub Kądziołka 2020-01-09 23:22:01 +01:00 committed by Marius Bakke
parent 20eb3b7e74
commit 1cb055f04a
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -330,13 +330,13 @@ graphs in Graphviz's DOT language, written in pure Python.")
(define-public dot2tex
(package
(name "dot2tex")
(version "2.9.0")
(version "2.11.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "dot2tex" version))
(sha256
(base32
"0jhdwp0wv2h0xb7j2s5xiv7i8yaqgfpwwqcyrjvaxkfwsynm8gkx"))))
"1kp77wiv7b5qib82i3y3sn9r49rym43aaqm5aw1bwnzfbbq2m6i9"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2))