mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-30 22:35:57 +02:00
gnu: xmlsec: Update to 1.3.7.
* gnu/packages/xml.scm (xmlsec): Update to 1.3.7. Fixes: guix/guix#2060 Change-Id: I16e25e6037734718a20041ec05ee195faa52de0d Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
committed by
Andreas Enge
parent
34453b9700
commit
761c1f7ac0
@@ -1210,14 +1210,14 @@ XSL-T processor. It also performs any necessary post-processing.")
|
||||
(define-public xmlsec
|
||||
(package
|
||||
(name "xmlsec")
|
||||
(version "1.2.37")
|
||||
(version "1.3.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.aleksey.com/xmlsec/download/"
|
||||
"xmlsec1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0747w8mnnyawvvzlvhjpkwm3998c7l5f1hjy1gfvsmhydp5zp3az"))))
|
||||
"1shk40mpaqaf05skgyxa7qxgcarjd6i1fadn2sk0b8lakfv96bnq"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs ; according to xmlsec1.pc
|
||||
(list libxml2 libxslt))
|
||||
|
||||
Reference in New Issue
Block a user