diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-20 21:52:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-05-21 00:51:43 +0200 |
commit | 107976ac57ebb04d979635dd003539116f4f2135 (patch) | |
tree | f37e17b6f8adf6a1382736f8faa60fe8117ca8e9 | |
parent | e93352d6ea49148c972f9973d3c7507a376cc359 (diff) |
gnu: perl-xml-compile: Update to 1.62.
* gnu/packages/xml.scm (perl-xml-compile): Update to 1.62.
-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 6ae9cd65d5..cbf2f65da4 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -672,14 +672,14 @@ This module provide functions which simplify writing tests for (define-public perl-xml-compile (package (name "perl-xml-compile") - (version "1.61") + (version "1.62") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/" "XML-Compile-" version ".tar.gz")) (sha256 (base32 - "13dvsaj8simivj867rkjlf7hhvvcwlahnhk70zf8cq2xbg8wmf7x")))) + "0a75gr4qcjj8ybzljacbbkdxprbqpypz49bc0jb7cfamx1hp7p2w")))) (build-system perl-build-system) (propagated-inputs `(("perl-carp" ,perl-carp) |