guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: perl-xml-libxml: Update to 2.0125.


From: Efraim Flashner
Subject: 02/06: gnu: perl-xml-libxml: Update to 2.0125.
Date: Tue, 14 Jun 2016 12:33:19 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 54c3c140ce14bafdf13d2f6846191d746c71f301
Author: Efraim Flashner <address@hidden>
Date:   Tue Jun 14 14:29:03 2016 +0300

    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 5ef27d0..81a71bd 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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]