mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: libu2f-host: Update to 1.1.10.
* gnu/packages/security-token.scm (libu2f-host): Update to 1.1.10.
This commit is contained in:
parent
813bb1a1da
commit
b8ae2e9e21
1 changed files with 2 additions and 2 deletions
|
@ -407,7 +407,7 @@ (define-public python2-pyscard
|
||||||
(define-public libu2f-host
|
(define-public libu2f-host
|
||||||
(package
|
(package
|
||||||
(name "libu2f-host")
|
(name "libu2f-host")
|
||||||
(version "1.1.9")
|
(version "1.1.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -416,7 +416,7 @@ (define-public libu2f-host
|
||||||
"/libu2f-host/Releases/libu2f-host-" version ".tar.xz"))
|
"/libu2f-host/Releases/libu2f-host-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hnh3f4scx07v9jfkr1nnxasmydk1cmivn0nijcp2p75bc1fznip"))))
|
"0vrivl1dwql6nfi48z6dy56fwy2z13d7abgahgrs2mcmqng7hra2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue