diff options
author | Andy Tai <atai@atai.org> | 2024-04-25 02:26:39 -0700 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-04-26 16:53:21 +0100 |
commit | 34c9a4d1d561ac62270630fabbe5cb447ec50ae8 (patch) | |
tree | 089744036330dadfc1553ee8dd049b41fcbd4fa1 | |
parent | 47248807fa6363aae4af8c8ed2207fbd776998cb (diff) | |
download | guix-34c9a4d1d561ac62270630fabbe5cb447ec50ae8.tar.gz guix-34c9a4d1d561ac62270630fabbe5cb447ec50ae8.zip |
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>
-rw-r--r-- | gnu/packages/security-token.scm | 4 |
1 files 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 |