diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-08 23:26:53 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-09 14:37:52 +0200 |
commit | f9fee9d3b7e969c6c3d0fd79347d5526505e91fe (patch) | |
tree | 91a85ad031992ed947296a5005503585df6ffc18 /gnu | |
parent | 09a79ec2f0151a49e1e60c574c60dd868435c037 (diff) | |
download | patches-f9fee9d3b7e969c6c3d0fd79347d5526505e91fe.tar patches-f9fee9d3b7e969c6c3d0fd79347d5526505e91fe.tar.gz |
gnu: xmlsec: Update to 1.2.30.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.30.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xml.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 042679e122..67ec1742ea 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -960,14 +960,14 @@ XSL-T processor. It also performs any necessary post-processing.") (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) |