diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-22 21:16:31 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-22 22:00:25 +0200 |
commit | 9253b4ffc7e9fd1ab7713a5a51fbeeb7fd79a1cc (patch) | |
tree | d49805a9f359a67d22bfe1a8d42e37aef54f50f4 | |
parent | 080093ff6a5be997ec1458a8d0e0ca300ee3fc46 (diff) | |
download | guix-9253b4ffc7e9fd1ab7713a5a51fbeeb7fd79a1cc.tar guix-9253b4ffc7e9fd1ab7713a5a51fbeeb7fd79a1cc.tar.gz |
gnu: eid-mw: Update to 4.4.3.
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.3.
-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 4619b83921..7fdcaaf1ea 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm @@ -92,7 +92,7 @@ readers and is needed to communicate with such devices through the (define-public eid-mw (package (name "eid-mw") - (version "4.3.4") + (version "4.4.3") (source (origin (method git-fetch) @@ -100,7 +100,7 @@ readers and is needed to communicate with such devices through the (url "https://github.com/Fedict/eid-mw") (commit (string-append "v" version)))) (sha256 - (base32 "0hrlk0k6vij2jjfwwqgcwv33aivln9flpkxbngk7hvg1s3al7ya1")))) + (base32 "1h90iz4l85drchpkmhlsvg7f9abhw6890fdr9x5n5ir3kxikwcdm")))) (build-system glib-or-gtk-build-system) (native-inputs `(("autoconf" ,autoconf) |