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

* gnu/packages/xml.scm (perl-xml-feed): Update to 0.61.
This commit is contained in:
Efraim Flashner 2021-05-18 22:44:06 +03:00
parent 5c97a5edbb
commit 7eb171ab8b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1056,14 +1056,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.59") (version "0.61")
(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
"1z1a88bpy64j42bbyl8acbfl3dn9iaz47gx6clkgy5sbn4kr0kgk")))) "1zrslg7wz15sm1k28i3gp108cszh062ac24m3ydvr59pwfqs9br6"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-module-build" ,perl-module-build) `(("perl-module-build" ,perl-module-build)