1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: perl-graph-readwrite: Update to 2.09.

* gnu/packages/xml.scm (perl-graph-readwrite): Update to 2.09.
This commit is contained in:
Efraim Flashner
2016-11-30 12:29:09 +02:00
parent 467d4c85c3
commit ffbc7d6553
+2 -2
View File
@@ -167,7 +167,7 @@ based on libxml for XML parsing, tree manipulation and XPath support.")
(define-public perl-graph-readwrite
(package
(name "perl-graph-readwrite")
(version "2.08")
(version "2.09")
(source
(origin
(method url-fetch)
@@ -177,7 +177,7 @@ based on libxml for XML parsing, tree manipulation and XPath support.")
".tar.gz"))
(sha256
(base32
"1wjni212nfz9irp19nx9if1lj3w9cybpdbzhii4g8macpryjj7ci"))))
"0jlsg64pmy6ka5q5gy851nnyfgjzvhyxc576bhns3vi2x5ng07mh"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-graph" ,perl-graph)