mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: xmlsec: Update to 1.2.36.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.36.
This commit is contained in:
parent
5284887524
commit
225dc9dc63
1 changed files with 2 additions and 2 deletions
|
@ -1153,14 +1153,14 @@ XSL-T processor. It also performs any necessary post-processing.")
|
||||||
(define-public xmlsec
|
(define-public xmlsec
|
||||||
(package
|
(package
|
||||||
(name "xmlsec")
|
(name "xmlsec")
|
||||||
(version "1.2.32")
|
(version "1.2.36")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.aleksey.com/xmlsec/download/"
|
(uri (string-append "https://www.aleksey.com/xmlsec/download/"
|
||||||
"xmlsec1-" version ".tar.gz"))
|
"xmlsec1-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hy0nwz57n9r5wwab9xa66gzwlwvzs54nhlfn3jh8q13acl710z3"))))
|
"100wsklff8x30rsg0xp191kg8p3z5va2d0q3iy08a791ic07xngh"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs ; according to xmlsec1.pc
|
(propagated-inputs ; according to xmlsec1.pc
|
||||||
(list libxml2 libxslt))
|
(list libxml2 libxslt))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue