diff options
author | Andreas Enge <andreas@enge.fr> | 2023-04-24 20:43:01 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-24 20:43:01 +0200 |
commit | 92dd588b81e2b07eff8a083e998224963cfe2959 (patch) | |
tree | 1e437c7e0cbde691defe81c465ddf7d23d3313a1 /gnu/packages/security-token.scm | |
parent | 09d2976c86f2cb1841ebe0685164912bfedfeeb5 (diff) | |
parent | c7cdd4a6c7e795575c1baf6a655cb317f56fcf81 (diff) | |
download | guix-92dd588b81e2b07eff8a083e998224963cfe2959.tar.gz |
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'gnu/packages/security-token.scm')
-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 2fae1676cc..253e67d0c5 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -126,7 +126,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) @@ -135,7 +135,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 |