me
/
guix
Archived
1
0
Fork 0

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.
master
Ricardo Wurmus 2023-04-27 20:54:47 +02:00
parent d59b4764f3
commit 688d99282b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 9 additions and 8 deletions

View File

@ -5,7 +5,7 @@
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 20172021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 20172021 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, 2019 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2020 Raphaël Mélotte <raphael.melotte@mind.be> ;;; Copyright © 2020 Raphaël Mélotte <raphael.melotte@mind.be>
@ -389,16 +389,17 @@ authentication, encryption and digital signatures. OpenSC implements the PKCS
(define-public yubico-piv-tool (define-public yubico-piv-tool
(package (package
(name "yubico-piv-tool") (name "yubico-piv-tool")
(version "1.6.1") (version "2.3.1")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://developers.yubico.com/yubico-piv-tool/Releases/" (url "https://github.com/Yubico/yubico-piv-tool/")
name "-" version ".tar.gz")) (commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"10xgdc51xvszkxmsvqnbjs8ixxz7rfnfahh3wn8glllynmszbhwi")))) "0gxrn2yzs907h22233s2337j5zb8mvygvk0z2macl4rf8w6qf4vk"))))
(build-system gnu-build-system) (build-system cmake-build-system)
(inputs (inputs
(list gengetopt perl pcsc-lite openssl)) (list gengetopt perl pcsc-lite openssl))
(native-inputs (native-inputs