diff options
| -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)) |
