me
/
guix
Archived
1
0
Fork 0

gnu: eid-mw: Update to 4.3.4.

* gnu/packages/security-token.scm (eid-mw): Update to 4.3.4.
Fix up indentation.
master
Tobias Geerinckx-Rice 2017-11-17 00:26:42 +01:00
parent ebde40a14a
commit 74a83085da
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,7 @@
;;; Copyright © 2016 Mike Gerwitz <mtg@gnu.org> ;;; Copyright © 2016 Mike Gerwitz <mtg@gnu.org>
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; 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 (define-public eid-mw
(package (package
(name "eid-mw") (name "eid-mw")
(version "4.3.0") (version "4.3.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (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")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0s646p19kq27wb160v9b8aaiy30k2shmq4njm471ggd2j7n7a6rs")))) "1ay9znry9dkhhn783paqy8czvv3w5gdpmq8ag8znx9akza8c929z"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)
("automake" ,automake) ("automake" ,automake)
("gettext" ,gnu-gettext) ("gettext" ,gnu-gettext)
@ -114,7 +115,7 @@ readers and is needed to communicate with such devices through the
(modify-phases %standard-phases (modify-phases %standard-phases
;; The github tarball doesn't contain a configure script. ;; The github tarball doesn't contain a configure script.
(add-before 'configure 'autoreconf (add-before 'configure 'autoreconf
(lambda _ (zero? (system* "autoreconf" "-i"))))))) (lambda _ (zero? (system* "autoreconf" "-i")))))))
(synopsis "Belgian eID Middleware") (synopsis "Belgian eID Middleware")
(description "The Belgian eID Middleware is required to authenticate with (description "The Belgian eID Middleware is required to authenticate with
online services using the Belgian electronic identity card.") online services using the Belgian electronic identity card.")