diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-06 20:38:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-07 23:57:38 +0200 |
commit | 33031faa4eec55865a1301395c8f4d723abdba6d (patch) | |
tree | 1e601d6f02eac872a0476c81dd56f5e025c35500 /gnu/packages/xml.scm | |
parent | 6d727bf4c7c7c087a9c4fa7cff45d69949c6200f (diff) | |
download | patches-33031faa4eec55865a1301395c8f4d723abdba6d.tar patches-33031faa4eec55865a1301395c8f4d723abdba6d.tar.gz |
gnu: xmlsec: Update to 1.2.26.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.26.
Diffstat (limited to 'gnu/packages/xml.scm')
-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 d0184c45d1..5c31a9e669 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -926,14 +926,14 @@ XSL-T processor. It also performs any necessary post-processing.") (define-public xmlsec (package (name "xmlsec") - (version "1.2.25") + (version "1.2.26") (source (origin (method url-fetch) (uri (string-append "https://www.aleksey.com/xmlsec/download/" name "1-" version ".tar.gz")) (sha256 (base32 - "1lpwj8dxwhha54sby0v5axjk79h56jnhjjiwiasbbk15vwzahz4n")))) + "0l1dk344rn3j2vnj13daz72xd8j1msvzhg82n2il5ji0qz4pd0ld")))) (build-system gnu-build-system) (propagated-inputs ; according to xmlsec1.pc `(("libxml2" ,libxml2) |