gnu: ykclient: Update to 2.15.
* gnu/packages/yubico.scm (ykclient): Update to 2.15.
This commit is contained in:
parent
58c5fb76f5
commit
f6b1a8f7be
|
@ -50,7 +50,7 @@ the low-level development kit for the Yubico YubiKey authentication device.")
|
||||||
(define-public ykclient
|
(define-public ykclient
|
||||||
(package
|
(package
|
||||||
(name "ykclient")
|
(name "ykclient")
|
||||||
(version "2.13")
|
(version "2.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -58,7 +58,7 @@ the low-level development kit for the Yubico YubiKey authentication device.")
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lw1j61rfjngs8vvv9m348zl4166zg24bq0dy72r44wiz79yic4j"))))
|
"05jhx9waj3pl120ddnwap1v3bjrnbfhvf3lxs2xmhpcmwzpwsqgl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
||||||
;; There's just one test, and it requires network access to access
|
;; There's just one test, and it requires network access to access
|
||||||
|
|
Loading…
Reference in New Issue