diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-14 22:36:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-15 09:57:15 +0200 |
commit | 26d66a518c0e5d17999065dda6787da7889832bf (patch) | |
tree | 38188b1ddb81905732bd5cd1ba4556daafa005b3 /gnu/packages/xml.scm | |
parent | 9332d70602357c9dfd7a699ed43eab009b7981e4 (diff) | |
download | guix-26d66a518c0e5d17999065dda6787da7889832bf.tar guix-26d66a518c0e5d17999065dda6787da7889832bf.tar.gz |
gnu: perl-xml-xpath: Update to 1.42.
* gnu/packages/xml.scm (perl-xml-xpath): Update to 1.42.
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 b9661f91d1..d9cc4c36ad 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -813,14 +813,14 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom") (define-public perl-xml-xpath (package (name "perl-xml-xpath") - (version "1.40") + (version "1.42") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/MA/MANWAR/" "XML-XPath-" version ".tar.gz")) (sha256 (base32 - "07pa0bl42jka8mj7jshjynx8vpfh8b4cdyiv4zlkqvkqz98nzxib")))) + "04mm91kxav598ax7nlg81dhnvanwvg6bkf30l0cgkmga5iyccsly")))) (build-system perl-build-system) (native-inputs `(("perl-path-tiny" ,perl-path-tiny))) |