gnu: xmlsec: Update to 1.2.30.

* gnu/packages/xml.scm (xmlsec): Update to 1.2.30.
This commit is contained in:
Marius Bakke 2020-05-08 23:26:53 +02:00
parent 09a79ec2f0
commit f9fee9d3b7
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -960,14 +960,14 @@ (define-public xmlto
(define-public xmlsec
(package
(name "xmlsec")
(version "1.2.29")
(version "1.2.30")
(source (origin
(method url-fetch)
(uri (string-append "https://www.aleksey.com/xmlsec/download/"
"xmlsec1-" version ".tar.gz"))
(sha256
(base32
"1arr50fvma01q2ix7g4k2c7lb8qcqjajn7wdc07r66b0jsxdxldi"))))
"1j5bf7ni45jghyrbf7a14wx2pvfara557zyry7g7h8840c5kd11d"))))
(build-system gnu-build-system)
(propagated-inputs ; according to xmlsec1.pc
`(("libxml2" ,libxml2)