me
/
guix
Archived
1
0
Fork 0

gnu: perl-xml-feed: Update to 0.59.

* gnu/packages/xml.scm (perl-xml-feed): Update to 0.59.
master
Tobias Geerinckx-Rice 2019-03-15 17:22:31 +01:00
parent 497b8df89a
commit 8dfdd746e1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -792,14 +792,14 @@ server, collect the answer, and finally decoding the XML to Perl.")
(define-public perl-xml-feed
(package
(name "perl-xml-feed")
(version "0.55")
(version "0.59")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DA/DAVECROSS/"
"XML-Feed-" version ".tar.gz"))
(sha256
(base32
"0am345qzy5rxxnzh13l6p18a7drgkzmmlkgrgl4cv3b2j1pwls3i"))))
"1z1a88bpy64j42bbyl8acbfl3dn9iaz47gx6clkgy5sbn4kr0kgk"))))
(build-system perl-build-system)
(arguments
`(#:tests? #f)) ; tests require internet connection