guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: eid-mw: Update to 5.0.14.


From: guix-commits
Subject: 04/08: gnu: eid-mw: Update to 5.0.14.
Date: Fri, 12 Mar 2021 19:23:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit deb8853243e115112baff5325b4b137c1d0890b4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Mar 13 00:49:09 2021 +0100

    gnu: eid-mw: Update to 5.0.14.
    
    * gnu/packages/security-token.scm (eid-mw): Update to 5.0.14.
---
 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 c1641e8..f47619a 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -104,7 +104,7 @@ readers and is needed to communicate with such devices 
through the
 (define-public eid-mw
   (package
     (name "eid-mw")
-    (version "5.0.11")
+    (version "5.0.14")
     (source
      (origin
        (method git-fetch)
@@ -113,7 +113,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 "0590cz00cny749p99srv880gpgzvxaf9fwm2lghv3nw0qdsilss8"))))
+        (base32 "1hyxsbxjjn9hh5p7jlcfb5yplf3n8dg49dfgi8fjp95phis3gbd4"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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