From 54c3c140ce14bafdf13d2f6846191d746c71f301 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 14 Jun 2016 14:29:03 +0300 Subject: [PATCH] gnu: perl-xml-libxml: Update to 2.0125. * gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0125. --- 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 5ef27d06cd765d29b1d7cf84a53dcf6170387d8a..81a71bde6cfc200e029b7e1b4c774cc3ee026a3d 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -230,7 +230,7 @@ module.") (define-public perl-xml-libxml (package (name "perl-xml-libxml") - (version "2.0118") + (version "2.0125") (source (origin (method url-fetch) @@ -238,7 +238,7 @@ module.") "XML-LibXML-" version ".tar.gz")) (sha256 (base32 - "170c8dbk4p6jw9is0cria73021yp3hpmhb19p9j0zg2yxwkawr6c")))) + "1mvbv1pwpdqni9ia9b6brg8brnnvfxr8j5x872qsngc92gipyh01")))) (build-system perl-build-system) (propagated-inputs `(("perl-xml-namespacesupport" ,perl-xml-namespacesupport) @@ -248,7 +248,7 @@ module.") (home-page "http://search.cpan.org/dist/XML-LibXML") (synopsis "Perl interface to libxml2") (description "This module implements a Perl interface to the libxml2 -library which provides interfaces for parsing and manipulating XML files. This +library which provides interfaces for parsing and manipulating XML files. This module allows Perl programmers to make use of the highly capable validating XML parser and the high performance DOM implementation.") (license (package-license perl))))