mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: perl-xml-rss: Update to 1.62.
* gnu/packages/xml.scm (perl-xml-rss): Update to 1.62.
This commit is contained in:
parent
1c1fbbe56f
commit
5c97a5edbb
1 changed files with 2 additions and 2 deletions
|
@ -762,14 +762,14 @@ (define-public perl-xml-namespacesupport
|
|||
(define-public perl-xml-rss
|
||||
(package
|
||||
(name "perl-xml-rss")
|
||||
(version "1.61")
|
||||
(version "1.62")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/S/SH/SHLOMIF/"
|
||||
"XML-RSS-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03f983l2dnkvcw6iyg1s0xmv5wn793d3kvqlshmhm01ibp7ffvzs"))))
|
||||
"0klb8ghd405pdkmn25lp3i4j2lfydz8w581sk51p3zy788s0c9yk"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)
|
||||
|
|
Loading…
Reference in a new issue