guix-commits
[Top][All Lists]
Advanced

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

18/28: gnu: eid-mw: Update to 5.1.11.


From: guix-commits
Subject: 18/28: gnu: eid-mw: Update to 5.1.11.
Date: Sun, 17 Sep 2023 08:26:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6ba1f8db6db9bac832be39201febcf4ac44965aa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: eid-mw: Update to 5.1.11.
    
    * gnu/packages/security-token.scm (eid-mw): Update to 5.1.11.
---
 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 b03c3b8080..a1fc058db8 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -130,7 +130,7 @@ readers and is needed to communicate with such devices 
through the
 (define-public eid-mw
   (package
     (name "eid-mw")
-    (version "5.1.10")
+    (version "5.1.11")
     (source
      (origin
        (method git-fetch)
@@ -139,7 +139,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 "14nx0hdpv0w5wwsg3894g8pzxlzgp9ryd38k4djhcsyarvzfwynr"))))
+        (base32 "09mhpwvqsr3pd2by3jm5jzjhyfx0f80bii35zd81vbzy85z26igg"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      (list autoconf



reply via email to

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