unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61444] [PATCH] gnu: libnitrokey: Update to 3.8.
@ 2023-02-12  3:59 Morgan.J.Smith
  2023-02-13 18:59 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2023-02-12  3:59 UTC (permalink / raw)
  To: 61444; +Cc: Morgan Smith

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/security-token.scm (libnitrokey): Update to 3.8.
---

I looked through the diff for 3.6 -> 3.8.  It builds.  nitrokey-app builds and
runs.  I will admit I'm only doing this for the new udev rules though.


 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 @@ (define-public python-yubikey-manager
 (define-public libnitrokey
   (package
     (name "libnitrokey")
-    (version "3.6")
+    (version "3.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -734,7 +734,7 @@ (define-public libnitrokey
               (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 @@ (define-public libnitrokey
     (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
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#61444] [PATCH] gnu: libnitrokey: Update to 3.8.
  2023-02-12  3:59 [bug#61444] [PATCH] gnu: libnitrokey: Update to 3.8 Morgan.J.Smith
@ 2023-02-13 18:59 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-13 18:59 UTC (permalink / raw)
  To: Morgan.J.Smith; +Cc: 61444-done, 61444

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]


Morgan.J.Smith@outlook.com writes:

> From: Morgan Smith <Morgan.J.Smith@outlook.com>
>
> * gnu/packages/security-token.scm (libnitrokey): Update to 3.8.
> ---
>
> I looked through the diff for 3.6 -> 3.8.  It builds.  nitrokey-app builds and
> runs.  I will admit I'm only doing this for the new udev rules though.
>
>
>  gnu/packages/security-token.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Thanks! Pushed to master as 403066162cefb65b4ad858517722641c6394ffc2.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-13 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-12  3:59 [bug#61444] [PATCH] gnu: libnitrokey: Update to 3.8 Morgan.J.Smith
2023-02-13 18:59 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).