efraim pushed a commit to branch master
in repository guix.

commit 2d80844e122282f1fc599cb8e1856caa3bcbaa4c
Author: Matthew James Kraai <[email protected]>
AuthorDate: Sun Jun 6 22:14:38 2021 -0700

    gnu: perl-xml-feed: Update to 0.63.
    
    * gnu/packages/xml.scm (perl-xml-feed): Update to 0.63.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/xml.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9743086..9ddd02a 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2021 Felix Gruber <[email protected]>
 ;;; Copyright © 2021 Guillaume Le Vaillant <[email protected]>
 ;;; Copyright © 2021 David Larsson <[email protected]>
+;;; Copyright © 2021 Matthew James Kraai <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1089,14 +1090,14 @@ server, collect the answer, and finally decoding the 
XML to Perl.")
 (define-public perl-xml-feed
   (package
     (name "perl-xml-feed")
-    (version "0.61")
+    (version "0.63")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/D/DA/DAVECROSS/"
                                   "XML-Feed-" version ".tar.gz"))
               (sha256
                (base32
-                "1zrslg7wz15sm1k28i3gp108cszh062ac24m3ydvr59pwfqs9br6"))))
+                "04frqhikmyq0i9ldraisbvppyjhqg6gz83l2rqpmp4f2h9n9k2lw"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)

Reply via email to