diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-07-30 02:25:04 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-08-18 09:46:47 +0200 |
| commit | 5f32054a82a2ef3fe8aa2d7537e705f9d30271f5 (patch) | |
| tree | c8ef335223b7896d98db5e7e3d69d3e875d0d44a /gnu/packages | |
| parent | fd22513ef6cc05cc02371c595d7fa49d60563afb (diff) | |
gnu: yubico-piv-tool: Update to 2.7.3.
* gnu/packages/security-token.scm (yubico-piv-tool): Update to 2.7.3.
Merges guix/guix!10252
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/security-token.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm index 7482d38cfe1..e1ab7c9b152 100644 --- a/gnu/packages/security-token.scm +++ b/gnu/packages/security-token.scm | |||
| @@ -518,7 +518,7 @@ is the de-facto standard to access cryptographic devices") | |||
| 518 | (define-public yubico-piv-tool | 518 | (define-public yubico-piv-tool |
| 519 | (package | 519 | (package |
| 520 | (name "yubico-piv-tool") | 520 | (name "yubico-piv-tool") |
| 521 | (version "2.7.2") | 521 | (version "2.7.3") |
| 522 | (source (origin | 522 | (source (origin |
| 523 | (method git-fetch) | 523 | (method git-fetch) |
| 524 | (uri (git-reference | 524 | (uri (git-reference |
| @@ -527,7 +527,7 @@ is the de-facto standard to access cryptographic devices") | |||
| 527 | (file-name (git-file-name name version)) | 527 | (file-name (git-file-name name version)) |
| 528 | (sha256 | 528 | (sha256 |
| 529 | (base32 | 529 | (base32 |
| 530 | "19hcqbhmqh62dqw7kd2aki5jlw8myvhbjdfmm6c10vrf1jbx4lnm")))) | 530 | "0dq81nn2j3xh7p01ix1l87v7x0jqlahbmj9r3lppn7xds73jqxh5")))) |
| 531 | (build-system cmake-build-system) | 531 | (build-system cmake-build-system) |
| 532 | (inputs | 532 | (inputs |
| 533 | (list gengetopt perl pcsc-lite openssl zlib)) | 533 | (list gengetopt perl pcsc-lite openssl zlib)) |
