gnu: perl-xml-feed: Update to 0.59.
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.59.
This commit is contained in:
parent
497b8df89a
commit
8dfdd746e1
|
@ -792,14 +792,14 @@ server, collect the answer, and finally decoding the XML to Perl.")
|
||||||
(define-public perl-xml-feed
|
(define-public perl-xml-feed
|
||||||
(package
|
(package
|
||||||
(name "perl-xml-feed")
|
(name "perl-xml-feed")
|
||||||
(version "0.55")
|
(version "0.59")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/D/DA/DAVECROSS/"
|
(uri (string-append "mirror://cpan/authors/id/D/DA/DAVECROSS/"
|
||||||
"XML-Feed-" version ".tar.gz"))
|
"XML-Feed-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0am345qzy5rxxnzh13l6p18a7drgkzmmlkgrgl4cv3b2j1pwls3i"))))
|
"1z1a88bpy64j42bbyl8acbfl3dn9iaz47gx6clkgy5sbn4kr0kgk"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; tests require internet connection
|
`(#:tests? #f)) ; tests require internet connection
|
||||||
|
|
Loading…
Reference in New Issue