mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: yubico-piv-tool: Update to 2.3.1.
* gnu/packages/security-token.scm (yubico-piv-tool): Update to 2.3.1. [source]: Fetch from Github repository. [build-system]: Use cmake-build-system.
This commit is contained in:
parent
d59b4764f3
commit
688d99282b
1 changed files with 9 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
|
||||
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2017, 2019, 2023 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2018, 2019 Chris Marusich <cmmarusich@gmail.com>
|
||||
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
|
||||
;;; Copyright © 2020 Raphaël Mélotte <raphael.melotte@mind.be>
|
||||
|
@ -389,16 +389,17 @@ (define-public opensc
|
|||
(define-public yubico-piv-tool
|
||||
(package
|
||||
(name "yubico-piv-tool")
|
||||
(version "1.6.1")
|
||||
(version "2.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://developers.yubico.com/yubico-piv-tool/Releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Yubico/yubico-piv-tool/")
|
||||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10xgdc51xvszkxmsvqnbjs8ixxz7rfnfahh3wn8glllynmszbhwi"))))
|
||||
(build-system gnu-build-system)
|
||||
"0gxrn2yzs907h22233s2337j5zb8mvygvk0z2macl4rf8w6qf4vk"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list gengetopt perl pcsc-lite openssl))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue