[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: perl-xml-feed: Update to 0.54.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/03: gnu: perl-xml-feed: Update to 0.54. |
Date: |
Thu, 4 Oct 2018 09:59:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ddf72f505939e34dc2a287170174e7e4cfe4f829
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Oct 4 15:54:57 2018 +0200
gnu: perl-xml-feed: Update to 0.54.
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.54.
---
gnu/packages/xml.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 2bf5ea3..b5f44a4 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -770,17 +770,17 @@ server, collect the answer, and finally decoding the XML
to Perl.")
(define-public perl-xml-feed
(package
(name "perl-xml-feed")
- (version "0.53")
+ (version "0.54")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/D/DA/DAVECROSS/"
"XML-Feed-" version ".tar.gz"))
(sha256
(base32
- "07b165g6wk8kqwpl49r3n0kag6p2nrkyp3ch0h8qyxb6nrnkkq7c"))))
+ "0ydyi7wdhv8325h7j27vrlwiqxll56sn8zy5nbzhpma3nrf61bci"))))
(build-system perl-build-system)
(arguments
- `(#:tests? #f)) ; Tests require internet connection
+ `(#:tests? #f)) ; tests require internet connection
(native-inputs
`(("perl-module-build" ,perl-module-build)
("perl-uri" ,perl-uri)