mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-xml-feed: Update to 0.61.
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.61.
This commit is contained in:
parent
5c97a5edbb
commit
7eb171ab8b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue