guix-commits
[Top][All Lists]
Advanced

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

15/18: gnu: eid-mw: Update to 4.4.3.


From: Tobias Geerinckx-Rice
Subject: 15/18: gnu: eid-mw: Update to 4.4.3.
Date: Fri, 22 Jun 2018 17:22:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9253b4ffc7e9fd1ab7713a5a51fbeeb7fd79a1cc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jun 22 21:16:31 2018 +0200

    gnu: eid-mw: Update to 4.4.3.
    
    * gnu/packages/security-token.scm (eid-mw): Update to 4.4.3.
---
 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 4619b83..7fdcaaf 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)



reply via email to

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