mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ykclient: Update to 2.15.
* gnu/packages/yubico.scm (ykclient): Update to 2.15.
This commit is contained in:
parent
58c5fb76f5
commit
f6b1a8f7be
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ (define-public libyubikey
|
|||
(define-public ykclient
|
||||
(package
|
||||
(name "ykclient")
|
||||
(version "2.13")
|
||||
(version "2.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -58,7 +58,7 @@ (define-public ykclient
|
|||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lw1j61rfjngs8vvv9m348zl4166zg24bq0dy72r44wiz79yic4j"))))
|
||||
"05jhx9waj3pl120ddnwap1v3bjrnbfhvf3lxs2xmhpcmwzpwsqgl"))))
|
||||
(build-system gnu-build-system)
|
||||
|
||||
;; There's just one test, and it requires network access to access
|
||||
|
|
Loading…
Reference in a new issue