summaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-06-19 17:16:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-06-19 17:50:43 +0200
commit2dcde3c7338a11817ac7ad4ffc8587cc412a50e6 (patch)
treea8d19014b8833c71c9109db128efe8907ae214c6 /gnu/packages/xml.scm
parent1f6dd7e9c2b1feb6339ed4eb8070e905a3afe9a6 (diff)
downloadguix-patches-2dcde3c7338a11817ac7ad4ffc8587cc412a50e6.tar
guix-patches-2dcde3c7338a11817ac7ad4ffc8587cc412a50e6.tar.gz
gnu: perl-xml-sax: Update to 1.02.
* gnu/packages/xml.scm (perl-xml-sax): Update to 1.02.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 400dca9290..fc60758724 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -516,15 +516,14 @@ that allow you to generate HTML from an RSS, convert between 0.9, 0.91, and
(define-public perl-xml-sax
(package
(name "perl-xml-sax")
- (version "1.00")
+ (version "1.02")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/G/GR/GRANTM/"
"XML-SAX-" version ".tar.gz"))
(sha256
- (base32
- "1qra9k3wszjxvsgbragl55z3qba4nri0ipmjaxfib4l6xxj6bsj5"))))
+ (base32 "0am13vnv8qsjafr5ljakwnkhlwpk15sga02z8mxsg9is0j3w61j5"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-xml-namespacesupport" ,perl-xml-namespacesupport)