summaryrefslogtreecommitdiff
path: root/gnu/packages/security-token.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-01 17:53:40 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-03 01:52:44 +0100
commit51058cb2324d979c5f54fcc4005dfbfe2e0345ee (patch)
tree7fff16442061d089d5a4c09f5198ff1fab69c805 /gnu/packages/security-token.scm
parent468c2402c7da5ae9b09687dc435f3f2215fd3c30 (diff)
downloadguix-patches-51058cb2324d979c5f54fcc4005dfbfe2e0345ee.tar
guix-patches-51058cb2324d979c5f54fcc4005dfbfe2e0345ee.tar.gz
gnu: eid-mw: Update to 4.4.23.
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.23.
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 1c2c4c7a0e..d8383ccc0d 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -103,7 +103,7 @@ readers and is needed to communicate with such devices through the
(define-public eid-mw
(package
(name "eid-mw")
- (version "4.4.16")
+ (version "4.4.23")
(source
(origin
(method git-fetch)
@@ -112,7 +112,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 "1q82fw63xzrnrgh1wyh457hal6vfdl6swqfq7l6kviywiwlzx7kd"))))
+ (base32 "0kf147zxsp5ilghr46hjxa2nsikhv8198n04q81qzn9zln69av04"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("autoconf" ,autoconf)