diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-11 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-08-11 02:00:00 +0200 |
commit | 9b3ffa11c6fa7685025f08965ffc44c3e3572e0b (patch) | |
tree | 83f5abb12b1eb9007df4524f8ee8769580266750 /gnu | |
parent | 53e3619d92079a7b2a2ccd803d1c9c10a13bf608 (diff) | |
download | guix-9b3ffa11c6fa7685025f08965ffc44c3e3572e0b.tar.gz guix-9b3ffa11c6fa7685025f08965ffc44c3e3572e0b.zip |
gnu: eid-mw: Update to 5.1.19.
* gnu/packages/security-token.scm (eid-mw): Update to 5.1.19.
Change-Id: Ic4a8c67d689acb1d86ca5b477b92d29601dbe1e8
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 da2957fe7a..655e34dab5 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -134,7 +134,7 @@ readers and is needed to communicate with such devices through the (define-public eid-mw (package (name "eid-mw") - (version "5.1.11") + (version "5.1.19") (source (origin (method git-fetch) @@ -143,7 +143,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 "09mhpwvqsr3pd2by3jm5jzjhyfx0f80bii35zd81vbzy85z26igg")))) + (base32 "12hhr5v4shsg47wg10p7l03xhzpc1yk46h4bfxq5c224cbf4qrs8")))) (build-system glib-or-gtk-build-system) (native-inputs (list autoconf |