aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-04-16 23:51:43 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-04-19 01:48:06 +0200
commite6d782621a7a00bb830c8df92e588321646f34e0 (patch)
tree17c9c24878f993c705492c31c63c26bb3a367eb6
parent3fdb9a375f1cee7dd302349a9527437df20b3f61 (diff)
downloadguix-e6d782621a7a00bb830c8df92e588321646f34e0.tar
guix-e6d782621a7a00bb830c8df92e588321646f34e0.tar.gz
gnu: xmlsec: Update to 1.2.28.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.28.
-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 f739f207e7..6ae9cd65d5 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -929,14 +929,14 @@ XSL-T processor. It also performs any necessary post-processing.")
(define-public xmlsec
(package
(name "xmlsec")
- (version "1.2.27")
+ (version "1.2.28")
(source (origin
(method url-fetch)
(uri (string-append "https://www.aleksey.com/xmlsec/download/"
"xmlsec1-" version ".tar.gz"))
(sha256
(base32
- "1dlf263mvxj9n4lnhhjawc2hv45agrwjf8kxk7k8h9g9v2x5dmwp"))))
+ "1m12caglhyx08g8lh2sl3nkldlpryzdx2d572q73y3m33s0w9vhk"))))
(build-system gnu-build-system)
(propagated-inputs ; according to xmlsec1.pc
`(("libxml2" ,libxml2)