mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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>
This commit is contained in:
parent
af1c817c84
commit
403066162c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue