mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libfido2: Update to 1.11.0.
* gnu/packages/security-token.scm (libfido2): Update to 1.11.0.
This commit is contained in:
parent
247c02485b
commit
f0e5d0329b
1 changed files with 2 additions and 2 deletions
|
@ -891,7 +891,7 @@ phone is required.")
|
||||||
(define-public libfido2
|
(define-public libfido2
|
||||||
(package
|
(package
|
||||||
(name "libfido2")
|
(name "libfido2")
|
||||||
(version "1.9.0")
|
(version "1.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -899,7 +899,7 @@ phone is required.")
|
||||||
(url "https://github.com/Yubico/libfido2")
|
(url "https://github.com/Yubico/libfido2")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256 (base32 "12zy4cnlcffcb64lsx8198y09j1dwi0bcn9rr82q6i1k950yzd3p"))))
|
(sha256 (base32 "1nk4irmdg36930lgc892qmlmd4whz4fq37wknkdx5ap57i5x18i6"))))
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list eudev libcbor openssl zlib))
|
(inputs (list eudev libcbor openssl zlib))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue