diff options
author | Raphaël Mélotte <raphael.melotte@mind.be> | 2023-04-18 14:26:11 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-04-24 12:18:45 +0200 |
commit | 589aa32fbdb0f4cf7af62e02259db1dd4d332074 (patch) | |
tree | 4bee7bd909c7b4578376b159928f0417f730f73a /gnu | |
parent | f4a6a65d683762bd58944c7d555dc79708e5981e (diff) | |
download | guix-589aa32fbdb0f4cf7af62e02259db1dd4d332074.tar.gz |
gnu: eid-mw: Update to 5.1.10.
* gnu/packages/security-token.scm (eid-mw): Update to 5.1.10 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/security-token.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 3cf585480e..8566207cb1 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -123,7 +123,7 @@ readers and is needed to communicate with such devices through the (define-public eid-mw (package (name "eid-mw") - (version "5.1.8") + (version "5.1.10") (source (origin (method git-fetch) @@ -132,7 +132,7 @@ readers and is needed to communicate with such devices through the (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "11jf828ag8y5iykcfjmjc3n8g5mchpl3fxkr110civ3qqbdiw882")))) + (base32 "14nx0hdpv0w5wwsg3894g8pzxlzgp9ryd38k4djhcsyarvzfwynr")))) (build-system glib-or-gtk-build-system) (native-inputs (list autoconf |