[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: xmlsec: Update to 1.2.26.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/11: gnu: xmlsec: Update to 1.2.26. |
Date: |
Thu, 7 Jun 2018 17:59:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 33031faa4eec55865a1301395c8f4d723abdba6d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Jun 6 20:38:17 2018 +0200
gnu: xmlsec: Update to 1.2.26.
* gnu/packages/xml.scm (xmlsec): Update to 1.2.26.
---
gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index d0184c4..5c31a9e 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -926,14 +926,14 @@ XSL-T processor. It also performs any necessary
post-processing.")
(define-public xmlsec
(package
(name "xmlsec")
- (version "1.2.25")
+ (version "1.2.26")
(source (origin
(method url-fetch)
(uri (string-append "https://www.aleksey.com/xmlsec/download/"
name "1-" version ".tar.gz"))
(sha256
(base32
- "1lpwj8dxwhha54sby0v5axjk79h56jnhjjiwiasbbk15vwzahz4n"))))
+ "0l1dk344rn3j2vnj13daz72xd8j1msvzhg82n2il5ji0qz4pd0ld"))))
(build-system gnu-build-system)
(propagated-inputs ; according to xmlsec1.pc
`(("libxml2" ,libxml2)
- branch master updated (5e88194 -> 2086081), Tobias Geerinckx-Rice, 2018/06/07
- 04/11: gnu: xmlsec: Update to 1.2.26.,
Tobias Geerinckx-Rice <=
- 02/11: gnu: perl-net-http: Update to 6.18., Tobias Geerinckx-Rice, 2018/06/07
- 03/11: gnu: xcalib: Update to 0.10., Tobias Geerinckx-Rice, 2018/06/07
- 06/11: gnu: seabios: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/07
- 07/11: gnu: python-pyxdg: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/07
- 11/11: gnu: ruby-asciidoctor: Update description., Tobias Geerinckx-Rice, 2018/06/07
- 01/11: gnu: perl-cgi: Update to 4.38., Tobias Geerinckx-Rice, 2018/06/07
- 05/11: gnu: gnuastro: Add TIFF support., Tobias Geerinckx-Rice, 2018/06/07
- 08/11: gnu: libngspice: Use C-locale date format., Tobias Geerinckx-Rice, 2018/06/07
- 09/11: gnu: libngspice: Update to 28., Tobias Geerinckx-Rice, 2018/06/07
- 10/11: gnu: inxi: Fix up synopsis & description., Tobias Geerinckx-Rice, 2018/06/07