mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: perl-xml-libxml: Update to 2.0125.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0125.
This commit is contained in:
parent
e831256ff5
commit
54c3c140ce
1 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ (define-public perl-libxml
|
||||||
(define-public perl-xml-libxml
|
(define-public perl-xml-libxml
|
||||||
(package
|
(package
|
||||||
(name "perl-xml-libxml")
|
(name "perl-xml-libxml")
|
||||||
(version "2.0118")
|
(version "2.0125")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -238,7 +238,7 @@ (define-public perl-xml-libxml
|
||||||
"XML-LibXML-" version ".tar.gz"))
|
"XML-LibXML-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"170c8dbk4p6jw9is0cria73021yp3hpmhb19p9j0zg2yxwkawr6c"))))
|
"1mvbv1pwpdqni9ia9b6brg8brnnvfxr8j5x872qsngc92gipyh01"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-xml-namespacesupport" ,perl-xml-namespacesupport)
|
`(("perl-xml-namespacesupport" ,perl-xml-namespacesupport)
|
||||||
|
@ -248,7 +248,7 @@ (define-public perl-xml-libxml
|
||||||
(home-page "http://search.cpan.org/dist/XML-LibXML")
|
(home-page "http://search.cpan.org/dist/XML-LibXML")
|
||||||
(synopsis "Perl interface to libxml2")
|
(synopsis "Perl interface to libxml2")
|
||||||
(description "This module implements a Perl interface to the 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
|
module allows Perl programmers to make use of the highly capable validating
|
||||||
XML parser and the high performance DOM implementation.")
|
XML parser and the high performance DOM implementation.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
Loading…
Reference in a new issue