gnu: xmlsec: Update to 1.2.32.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.32.
This commit is contained in:
parent
abee44d2c3
commit
c242052e29
@ -1210,14 +1210,14 @@ XSL-T processor. It also performs any necessary post-processing.")
|
||||
(define-public xmlsec
|
||||
(package
|
||||
(name "xmlsec")
|
||||
(version "1.2.31")
|
||||
(version "1.2.32")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.aleksey.com/xmlsec/download/"
|
||||
"xmlsec1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09hbbaz2d9hw645q27apkjs1mdr6vd85x5z3c9hzgr1iri9bq44v"))))
|
||||
"0hy0nwz57n9r5wwab9xa66gzwlwvzs54nhlfn3jh8q13acl710z3"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs ; according to xmlsec1.pc
|
||||
`(("libxml2" ,libxml2)
|
||||
|
Loading…
Reference in New Issue
Block a user