guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 27b92f26348b34cd350c0289cadd9f717762199f
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Oct 5 12:34:49 2025 +0200

    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
---
 gnu/packages/security-token.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index ada88d284a..e28ace485f 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -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

Reply via email to