mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: xmlsec: Update to 1.2.37.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.37.
This commit is contained in:
parent
f1234c7569
commit
0d5286b8a6
1 changed files with 2 additions and 2 deletions
|
@ -1151,14 +1151,14 @@ (define-public xmlto
|
|||
(define-public xmlsec
|
||||
(package
|
||||
(name "xmlsec")
|
||||
(version "1.2.36")
|
||||
(version "1.2.37")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.aleksey.com/xmlsec/download/"
|
||||
"xmlsec1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"100wsklff8x30rsg0xp191kg8p3z5va2d0q3iy08a791ic07xngh"))))
|
||||
"0747w8mnnyawvvzlvhjpkwm3998c7l5f1hjy1gfvsmhydp5zp3az"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs ; according to xmlsec1.pc
|
||||
(list libxml2 libxslt))
|
||||
|
|
Loading…
Reference in a new issue