gnu: xdot: Update to 1.1.
* gnu/packages/graphviz.scm (xdot): Update to 1.1.
This commit is contained in:
parent
1731b29742
commit
5395cec2c5
|
@ -260,14 +260,14 @@ structure and layout algorithms.")
|
||||||
(define-public xdot
|
(define-public xdot
|
||||||
(package
|
(package
|
||||||
(name "xdot")
|
(name "xdot")
|
||||||
(version "0.7")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "xdot" version))
|
(uri (pypi-uri "xdot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q0f3pskb09saw1qkd2s6vmk80rq5zjhq8l93dfr2x6r04r0q46j"))))
|
"0cr4rh7dz4dfzyxrk5pzhm0d15gkrgkfp3i5lw178xy81pc56p71"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue