diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-05-18 22:44:06 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-05-18 23:07:07 +0300 |
commit | 7eb171ab8b2524fe272d9ded8ac6940c25770896 (patch) | |
tree | 2e35f5adde4c5b41f7d84ae3af744d9510d497f2 /gnu/packages/xml.scm | |
parent | 5c97a5edbbba34d985d6b3447cf45f961a3f8c34 (diff) | |
download | guix-7eb171ab8b2524fe272d9ded8ac6940c25770896.tar.gz |
gnu: perl-xml-feed: Update to 0.61.
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.61.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index a6d54c6f65..fd3ea8c0ae 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -1056,14 +1056,14 @@ server, collect the answer, and finally decoding the XML to Perl.") (define-public perl-xml-feed (package (name "perl-xml-feed") - (version "0.59") + (version "0.61") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/D/DA/DAVECROSS/" "XML-Feed-" version ".tar.gz")) (sha256 (base32 - "1z1a88bpy64j42bbyl8acbfl3dn9iaz47gx6clkgy5sbn4kr0kgk")))) + "1zrslg7wz15sm1k28i3gp108cszh062ac24m3ydvr59pwfqs9br6")))) (build-system perl-build-system) (native-inputs `(("perl-module-build" ,perl-module-build) |