me
/
guix
Archived
1
0
Fork 0

gnu: graphviz: Update to 2.49.0.

* gnu/packages/graphviz.scm (graphviz): Update to 2.49.0.
master
Maxim Cournoyer 2021-10-15 00:21:18 -04:00
parent 3b9b685d05
commit 1abc9cae28
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@
(define-public graphviz
(package
(name "graphviz")
(version "2.48.0")
(version "2.49.0")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.com/api/v4/projects/4207231"
@ -72,7 +72,7 @@
version "/graphviz-" version ".tar.xz"))
(sha256
(base32
"0lgv508zyfdv4wl95avaj58nmjhbvb5za65nhrkl5nn818ayvggn"))))
"042s6mbi681pwgffqww2ap780230nrsrfpfiz9a41dcjb5a0m524"))))
(build-system gnu-build-system)
(arguments
;; FIXME: rtest/rtest.sh is a ksh script (!). Add ksh as an input.