guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: libnitrokey: Update to 3.8.


From: guix-commits
Subject: 07/08: gnu: libnitrokey: Update to 3.8.
Date: Mon, 13 Feb 2023 13:33:58 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 403066162cefb65b4ad858517722641c6394ffc2
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
AuthorDate: Sat Feb 11 22:59:26 2023 -0500

    gnu: libnitrokey: Update to 3.8.
    
    * gnu/packages/security-token.scm (libnitrokey): Update to 3.8.
    [description]: Fix typo.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/security-token.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 619be42305..a7f5e3acf9 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -725,7 +725,7 @@ an unprivileged user.")
 (define-public libnitrokey
   (package
     (name "libnitrokey")
-    (version "3.6")
+    (version "3.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -734,7 +734,7 @@ an unprivileged user.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0ngrvv61d36vvfwrfg0qxmp2wg18v4aaldwvwzgxvwaysjswhn9r"))))
+                "1b95l979y353rli54a79z18iya9bza83cymcjpndr01q1pb134zm"))))
     (build-system cmake-build-system)
     (arguments
      ;; These tests do not require any device to be connected
@@ -743,7 +743,7 @@ an unprivileged user.")
     (inputs (list hidapi libusb))
     (home-page "https://github.com/Nitrokey/libnitrokey";)
     (synopsis "Communication library for Nitrokey")
-    (description "This packate provides communication library for Nitrokey.")
+    (description "This package provides a communication library for Nitrokey.")
     (license license:lgpl3+)))
 
 (define-public cppcodec



reply via email to

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