guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: yubico-piv-tool: Update to 1.6.1.


From: Tobias Geerinckx-Rice
Subject: 06/10: gnu: yubico-piv-tool: Update to 1.6.1.
Date: Thu, 23 Aug 2018 13:28:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 574e2ee8eadae80b780923beb6aa4104317624dd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 23 03:05:35 2018 +0200

    gnu: yubico-piv-tool: Update to 1.6.1.
    
    * gnu/packages/security-token.scm (yubico-piv-tool): Update to 1.6.1.
---
 gnu/packages/security-token.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index d4e0437..4b748b6 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -274,7 +274,7 @@ authentication, encryption and digital signatures.  OpenSC 
implements the PKCS
 (define-public yubico-piv-tool
   (package
     (name "yubico-piv-tool")
-    (version "1.6.0")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -282,7 +282,7 @@ authentication, encryption and digital signatures.  OpenSC 
implements the PKCS
                     name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1p0df35qfm2xch64hc1x6k4gpgfl4hiqph5ai30bq8w7yxa3lvfc"))))
+                "10xgdc51xvszkxmsvqnbjs8ixxz7rfnfahh3wn8glllynmszbhwi"))))
     (build-system gnu-build-system)
     (inputs
      `(("gengetopt" ,gengetopt)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]