gnu: yubico-piv-tool: Update to 1.6.1.

* gnu/packages/security-token.scm (yubico-piv-tool): Update to 1.6.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-23 03:05:35 +02:00
parent fa5511b6e9
commit 574e2ee8ea
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -274,7 +274,7 @@ 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.0") (version "1.6.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -282,7 +282,7 @@ authentication, encryption and digital signatures. OpenSC implements the PKCS
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1p0df35qfm2xch64hc1x6k4gpgfl4hiqph5ai30bq8w7yxa3lvfc")))) "10xgdc51xvszkxmsvqnbjs8ixxz7rfnfahh3wn8glllynmszbhwi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gengetopt" ,gengetopt) `(("gengetopt" ,gengetopt)