guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: perl-xml-feed: Update to 0.55.


From: Tobias Geerinckx-Rice
Subject: 01/07: gnu: perl-xml-feed: Update to 0.55.
Date: Mon, 15 Oct 2018 00:21:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3a6e1fe8c8dc7bb556f81568fc878310a15e03e3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 14 23:53:19 2018 +0200

    gnu: perl-xml-feed: Update to 0.55.
    
    * gnu/packages/xml.scm (perl-xml-feed): Update to 0.55.
---
 gnu/packages/xml.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index e14524a..489541b 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -770,14 +770,14 @@ server, collect the answer, and finally decoding the XML 
to Perl.")
 (define-public perl-xml-feed
   (package
     (name "perl-xml-feed")
-    (version "0.54")
+    (version "0.55")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/D/DA/DAVECROSS/"
                                   "XML-Feed-" version ".tar.gz"))
               (sha256
                (base32
-                "0ydyi7wdhv8325h7j27vrlwiqxll56sn8zy5nbzhpma3nrf61bci"))))
+                "0am345qzy5rxxnzh13l6p18a7drgkzmmlkgrgl4cv3b2j1pwls3i"))))
     (build-system perl-build-system)
     (arguments
      `(#:tests? #f))                    ; tests require internet connection



reply via email to

[Prev in Thread] Current Thread [Next in Thread]