[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: eid-mw: Update to 4.3.4.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/09: gnu: eid-mw: Update to 4.3.4. |
Date: |
Mon, 20 Nov 2017 20:50:57 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 74a83085da43dded54f04905e7d609ed84a2691e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Nov 17 00:26:42 2017 +0100
gnu: eid-mw: Update to 4.3.4.
* gnu/packages/security-token.scm (eid-mw): Update to 4.3.4.
Fix up indentation.
---
gnu/packages/security-token.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index ba7c09a..fa910a9 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016 Mike Gerwitz <address@hidden>
;;; Copyright © 2016 Marius Bakke <address@hidden>
;;; Copyright © 2017 Thomas Danckaert <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -82,7 +83,7 @@ readers and is needed to communicate with such devices
through the
(define-public eid-mw
(package
(name "eid-mw")
- (version "4.3.0")
+ (version "4.3.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -91,9 +92,9 @@ readers and is needed to communicate with such devices
through the
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0s646p19kq27wb160v9b8aaiy30k2shmq4njm471ggd2j7n7a6rs"))))
+ "1ay9znry9dkhhn783paqy8czvv3w5gdpmq8ag8znx9akza8c929z"))))
(build-system glib-or-gtk-build-system)
- (native-inputs
+ (native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("gettext" ,gnu-gettext)
@@ -114,7 +115,7 @@ readers and is needed to communicate with such devices
through the
(modify-phases %standard-phases
;; The github tarball doesn't contain a configure script.
(add-before 'configure 'autoreconf
- (lambda _ (zero? (system* "autoreconf" "-i")))))))
+ (lambda _ (zero? (system* "autoreconf" "-i")))))))
(synopsis "Belgian eID Middleware")
(description "The Belgian eID Middleware is required to authenticate with
online services using the Belgian electronic identity card.")
- branch master updated (ebde40a -> 0056f4c), Tobias Geerinckx-Rice, 2017/11/20
- 01/09: gnu: eid-mw: Update to 4.3.4.,
Tobias Geerinckx-Rice <=
- 09/09: gnu: knot: Update licence information., Tobias Geerinckx-Rice, 2017/11/20
- 04/09: gnu: perl-devel-stacktrace: Update to 2.03., Tobias Geerinckx-Rice, 2017/11/20
- 02/09: gnu: nss: Mark up description., Tobias Geerinckx-Rice, 2017/11/20
- 05/09: gnu: protobuf: Add ‘static’ output., Tobias Geerinckx-Rice, 2017/11/20
- 08/09: gnu: knot: Support dnstap query logging., Tobias Geerinckx-Rice, 2017/11/20
- 06/09: gnu: Add fstrm., Tobias Geerinckx-Rice, 2017/11/20
- 03/09: gnu: btrfs-progs: Update to 4.14., Tobias Geerinckx-Rice, 2017/11/20
- 07/09: gnu: Use ‘license:’ prefix in (gnu packages protobuf)., Tobias Geerinckx-Rice, 2017/11/20