guix-commits
[Top][All Lists]
Advanced

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

03/16: gnu: eid-mw: Update to 5.1.6.


From: guix-commits
Subject: 03/16: gnu: eid-mw: Update to 5.1.6.
Date: Thu, 28 Jul 2022 20:46:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 607722a835e18493f71c64c95b1d65cf3b51668d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:03 2022 +0200

    gnu: eid-mw: Update to 5.1.6.
    
    * gnu/packages/security-token.scm (eid-mw): Update to 5.1.6.
    [inputs]: Remove libbsd as promised.
---
 gnu/packages/security-token.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 74ea57137f..9ffe4b185f 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -59,7 +59,6 @@
   #:use-module (gnu packages gnome)
   #:use-module (gnu packages gnupg)
   #:use-module (gnu packages gtk)
-  #:use-module (gnu packages libbsd)
   #:use-module (gnu packages libusb)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages man)
@@ -119,8 +118,7 @@ readers and is needed to communicate with such devices 
through the
 (define-public eid-mw
   (package
     (name "eid-mw")
-    ;; When updating, remove the short-lived libbsd input and module import!
-    (version "5.0.28")
+    (version "5.1.6")
     (source
      (origin
        (method git-fetch)
@@ -129,7 +127,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 "0fmpdx09a60ndbsvy3m6w77naqy3j6k2ydq6jdcmdvxnr31z7fmf"))))
+        (base32 "19sq9bs1580zrjw0cxykdvrm1rwfw8n0vbvy9kdjnykjjnb7g6g1"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -142,7 +140,6 @@ readers and is needed to communicate with such devices 
through the
        ("perl" ,perl)))
     (inputs
      (list curl
-           libbsd
            openssl
            gtk+
            pcsc-lite



reply via email to

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