diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-14 11:18:16 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-14 11:18:38 -0400 |
commit | 88958ee061afa0151195c855d02397e9f90b0172 (patch) | |
tree | 4868431f19447c3f6cc8a8381119d66575c01836 /gnu | |
parent | 2f0d1b9dd2d75c5501767a15cf9b87fc057711c0 (diff) | |
download | guix-88958ee061afa0151195c855d02397e9f90b0172.tar guix-88958ee061afa0151195c855d02397e9f90b0172.tar.gz |
gnu: perl-xml-namespacesupport: Update to 1.12.
* gnu/packages/xml.scm (perl-xml-namespacesupport): Update to 1.12.
Diffstat (limited to 'gnu')
-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 3cf1de305f..30f30535d0 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -421,7 +421,7 @@ libxslt library.") (define-public perl-xml-namespacesupport (package (name "perl-xml-namespacesupport") - (version "1.11") + (version "1.12") (source (origin (method url-fetch) @@ -429,7 +429,7 @@ libxslt library.") "XML-NamespaceSupport-" version ".tar.gz")) (sha256 (base32 - "1sklgcldl3w6gn706vx1cgz6pm4y5lfgsjxnfqyk20pilgq530bd")))) + "1vz5pbi4lm5fhq2slrs2hlp6bnk29863abgjlcx43l4dky2rbsa7")))) (build-system perl-build-system) (home-page "http://search.cpan.org/dist/XML-NamespaceSupport") (synopsis "XML namespace support class") |