mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xmlsec: Update to 1.2.28.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.28.
This commit is contained in:
parent
3fdb9a375f
commit
e6d782621a
1 changed files with 2 additions and 2 deletions
|
@ -929,14 +929,14 @@ (define-public xmlto
|
||||||
(define-public xmlsec
|
(define-public xmlsec
|
||||||
(package
|
(package
|
||||||
(name "xmlsec")
|
(name "xmlsec")
|
||||||
(version "1.2.27")
|
(version "1.2.28")
|
||||||
(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
|
||||||
"1dlf263mvxj9n4lnhhjawc2hv45agrwjf8kxk7k8h9g9v2x5dmwp"))))
|
"1m12caglhyx08g8lh2sl3nkldlpryzdx2d572q73y3m33s0w9vhk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs ; according to xmlsec1.pc
|
(propagated-inputs ; according to xmlsec1.pc
|
||||||
`(("libxml2" ,libxml2)
|
`(("libxml2" ,libxml2)
|
||||||
|
|
Loading…
Reference in a new issue