mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libfido2: Update to 1.16.0.
* gnu/packages/security-token.scm (libfido2): Update to 1.16.0. Change-Id: Ib432cc75cbd807cd409fdce19bdd62be296197e9 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
committed by
Rutherther
parent
b4df8b64f2
commit
4b64f7eb10
@@ -1108,7 +1108,7 @@ phone and a running pcscd service are required.")
|
||||
(define-public libfido2
|
||||
(package
|
||||
(name "libfido2")
|
||||
(version "1.12.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -1116,7 +1116,7 @@ phone and a running pcscd service are required.")
|
||||
(url "https://github.com/Yubico/libfido2")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "123rysl21bmgk6rmpgg5s21a5ksmxnn1hc32ws88h7z0q4icvj87"))))
|
||||
(sha256 (base32 "17m0xvj52nx4yyvljrdxnliblpjnsw716zy0jagc33zflrs4a9jh"))))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list eudev libcbor openssl zlib))
|
||||
(build-system cmake-build-system)
|
||||
|
||||
Reference in New Issue
Block a user