mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue