guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: opensc: Update to 0.25.0.


From: guix-commits
Subject: 12/15: gnu: opensc: Update to 0.25.0.
Date: Fri, 26 Apr 2024 12:00:00 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 34c9a4d1d561ac62270630fabbe5cb447ec50ae8
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Apr 25 02:26:39 2024 -0700

    gnu: opensc: Update to 0.25.0.
    
    * gnu/packages/security-token.scm (opensc): Update to 0.25.0.
    
    Change-Id: I811b997de40ae6fbbf2bb8256884be74683dbf4b
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 00a7f97582..35a8d4e216 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -355,7 +355,7 @@ website for more information about Yubico and the YubiKey.")
 (define-public opensc
   (package
     (name "opensc")
-    (version "0.22.0")
+    (version "0.25.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -363,7 +363,7 @@ website for more information about Yubico and the YubiKey.")
                     version "/opensc-" version ".tar.gz"))
               (sha256
                (base32
-                "11ki9j2b07w5gi2b1r39d71320s7rhfzcpaqpqra7gjy353m6kld"))))
+                "0bv2sq3k8bl712yi1gi7f8km8g2x09is8ynnr5x3g2jh59pbdmz6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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