~ruther/guix-local

27b92f26348b34cd350c0289cadd9f717762199f — Cayetano Santos 4 months ago 55b927f
gnu: yubico-piv-tool: Update to 2.7.2.

* gnu/packages/security-token.scm (yubico-piv-tool): Update to 2.7.2.
[inputs]: Add zlib.

Change-Id: I4de36791838ba182445654233a061c1e668f0a95
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/security-token.scm
M gnu/packages/security-token.scm => gnu/packages/security-token.scm +3 -3
@@ 498,7 498,7 @@ is the de-facto standard to access cryptographic devices")
(define-public yubico-piv-tool
  (package
    (name "yubico-piv-tool")
    (version "2.3.1")
    (version "2.7.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 507,10 507,10 @@ is the de-facto standard to access cryptographic devices")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0gxrn2yzs907h22233s2337j5zb8mvygvk0z2macl4rf8w6qf4vk"))))
                "19hcqbhmqh62dqw7kd2aki5jlw8myvhbjdfmm6c10vrf1jbx4lnm"))))
    (build-system cmake-build-system)
    (inputs
     (list gengetopt perl pcsc-lite openssl))
     (list gengetopt perl pcsc-lite openssl zlib))
    (native-inputs
     (list check
           doxygen