aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/xml.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-11-20 18:33:02 +0100
committerMarius Bakke <marius@gnu.org>2022-11-20 21:08:08 +0100
commit225dc9dc638356e9daa7c1cf241338f318aece9d (patch)
tree2d7ab5d4a1e6e9fd904b679784dda2dd257e8ab2 /gnu/packages/xml.scm
parent528488752451e54434720c87581fcbe7a294e1e1 (diff)
downloadguix-225dc9dc638356e9daa7c1cf241338f318aece9d.tar
guix-225dc9dc638356e9daa7c1cf241338f318aece9d.tar.gz
gnu: xmlsec: Update to 1.2.36.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.36.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r--gnu/packages/xml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index b8442a0568..d04b93c311 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1153,14 +1153,14 @@ XSL-T processor. It also performs any necessary post-processing.")
(define-public xmlsec
(package
(name "xmlsec")
- (version "1.2.32")
+ (version "1.2.36")
(source (origin
(method url-fetch)
(uri (string-append "https://www.aleksey.com/xmlsec/download/"
"xmlsec1-" version ".tar.gz"))
(sha256
(base32
- "0hy0nwz57n9r5wwab9xa66gzwlwvzs54nhlfn3jh8q13acl710z3"))))
+ "100wsklff8x30rsg0xp191kg8p3z5va2d0q3iy08a791ic07xngh"))))
(build-system gnu-build-system)
(propagated-inputs ; according to xmlsec1.pc
(list libxml2 libxslt))