guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: yubico-piv-tool: Update to 2.3.1.


From: guix-commits
Subject: branch master updated: gnu: yubico-piv-tool: Update to 2.3.1.
Date: Thu, 27 Apr 2023 14:55:50 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 688d99282b gnu: yubico-piv-tool: Update to 2.3.1.
688d99282b is described below

commit 688d99282b2e4db61de6a58df903378a6b34810f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 27 20:54:47 2023 +0200

    gnu: yubico-piv-tool: Update to 2.3.1.
    
    * gnu/packages/security-token.scm (yubico-piv-tool): Update to 2.3.1.
    [source]: Fetch from Github repository.
    [build-system]: Use cmake-build-system.
---
 gnu/packages/security-token.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index 253e67d0c5..b51d67427a 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
 ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2017, 2019, 2023 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2018, 2019 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2020 Raphaël Mélotte <raphael.melotte@mind.be>
@@ -389,16 +389,17 @@ authentication, encryption and digital signatures.  
OpenSC implements the PKCS
 (define-public yubico-piv-tool
   (package
     (name "yubico-piv-tool")
-    (version "1.6.1")
+    (version "2.3.1")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://developers.yubico.com/yubico-piv-tool/Releases/";
-                    name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/Yubico/yubico-piv-tool/";)
+                    (commit (string-append name "-" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "10xgdc51xvszkxmsvqnbjs8ixxz7rfnfahh3wn8glllynmszbhwi"))))
-    (build-system gnu-build-system)
+                "0gxrn2yzs907h22233s2337j5zb8mvygvk0z2macl4rf8w6qf4vk"))))
+    (build-system cmake-build-system)
     (inputs
      (list gengetopt perl pcsc-lite openssl))
     (native-inputs



reply via email to

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