guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/20: gnu: eid-mw: Update to 4.4.23.


From: guix-commits
Subject: 06/20: gnu: eid-mw: Update to 4.4.23.
Date: Mon, 2 Dec 2019 20:15:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 51058cb2324d979c5f54fcc4005dfbfe2e0345ee
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 1 17:53:40 2019 +0100

    gnu: eid-mw: Update to 4.4.23.
    
    * gnu/packages/security-token.scm (eid-mw): Update to 4.4.23.
---
 gnu/packages/security-token.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 1c2c4c7..d8383cc 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]