diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-28 00:03:41 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-28 02:34:06 +0100 |
commit | fc82538c15392759955e0f1a2dedecf454a86860 (patch) | |
tree | c4499900194b4fa567036db62ff165951a31fb1d /gnu/packages/xml.scm | |
parent | a8b12397a1155d9e2cb278ffbfe66d042573d129 (diff) | |
download | patches-fc82538c15392759955e0f1a2dedecf454a86860.tar patches-fc82538c15392759955e0f1a2dedecf454a86860.tar.gz |
gnu: perl-xml-xpath: Update to 1.44.
* gnu/packages/xml.scm (perl-xml-xpath): Update to 1.44.
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 9aa2800b9e..c1f14d720e 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -809,14 +809,14 @@ RSS 0.91, RSS 1.0, RSS 2.0, Atom") (define-public perl-xml-xpath (package (name "perl-xml-xpath") - (version "1.42") + (version "1.44") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/MA/MANWAR/" "XML-XPath-" version ".tar.gz")) (sha256 (base32 - "04mm91kxav598ax7nlg81dhnvanwvg6bkf30l0cgkmga5iyccsly")))) + "03yxj7w5a43ibbpiqsvb3lswj2b71dydsx4rs2fw0p8n0l3i3j8w")))) (build-system perl-build-system) (native-inputs `(("perl-path-tiny" ,perl-path-tiny))) |