summaryrefslogtreecommitdiff
path: root/gnu/packages/security-token.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-21 19:39:08 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-22 02:32:13 +0200
commit5df6934cdb1fb42cc54c6b06cfb9ab2113479ec3 (patch)
tree560e9cd8f9b2d85da9e921635628207e3d24ce72 /gnu/packages/security-token.scm
parent50b01dcf3c2a2990b8192ec790adbb855f4410e1 (diff)
downloadguix-patches-5df6934cdb1fb42cc54c6b06cfb9ab2113479ec3.tar
guix-patches-5df6934cdb1fb42cc54c6b06cfb9ab2113479ec3.tar.gz
gnu: eid-mw: Update to 4.4.16.
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.16.
Diffstat (limited to 'gnu/packages/security-token.scm')
-rw-r--r--gnu/packages/security-token.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index c88a1c6b2a..5451a0059a 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -95,7 +95,7 @@ readers and is needed to communicate with such devices through the
(define-public eid-mw
(package
(name "eid-mw")
- (version "4.4.13")
+ (version "4.4.16")
(source
(origin
(method git-fetch)
@@ -103,7 +103,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 "14bgn2k0xbd6241qdghg787pgxy7k9rvcspaf74zwwyibaqknzyx"))))
+ (base32 "1q82fw63xzrnrgh1wyh457hal6vfdl6swqfq7l6kviywiwlzx7kd"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("autoconf" ,autoconf)