me
/
guix
Archived
1
0
Fork 0

gnu: graphviz: Update to 2.42.3.

* gnu/packages/graphviz.scm (graphviz): Update to 2.42.3.
[source](uri): Adjust for new download location.
master
Marius Bakke 2019-12-05 17:14:59 +01:00
parent 703cd38656
commit 8c42cee196
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 4 deletions

View File

@ -55,15 +55,15 @@
(define-public graphviz
(package
(name "graphviz")
(version "2.40.1")
(version "2.42.3")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-"
version ".tar.gz"))
"https://www2.graphviz.org/Packages/stable/portable_source/"
"graphviz-" version ".tar.gz"))
(sha256
(base32
"08d4ygkxz2f553bxj6087da56a23kx1khv0j8ycxa102vvx1hlna"))))
"1pbswjbx3fjdlsxcm7cmlsl5bvaa3d6gcnr0cr8x3c8pag13zbwg"))))
(build-system gnu-build-system)
(arguments
;; FIXME: rtest/rtest.sh is a ksh script (!). Add ksh as an input.