all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marco Rimoldi via Guix-patches via <guix-patches@gnu.org>
To: 69333@debbugs.gnu.org
Cc: Marco Rimoldi <rimarko@libero.it>
Subject: [bug#69333] [PATCH] gnu: opensc: Update to 0.24.0.
Date: Fri, 23 Feb 2024 18:08:50 +0100	[thread overview]
Message-ID: <03c9d579b816e512bc4fe342b110d42e0d9fae24.1708708130.git.rimarko@libero.it> (raw)

From: Marco Rimoldi <rimarko@libero.it>

* gnu/packages/security-token.scm (opensc): Update to 0.24.0.

Change-Id: I53725287e5b6d2d7242463a543440225617d2826
---
 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 a1fc058db8..32fcac4b95 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -351,7 +351,7 @@ (define-public ykclient
 (define-public opensc
   (package
     (name "opensc")
-    (version "0.22.0")
+    (version "0.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -359,7 +359,7 @@ (define-public opensc
                     version "/opensc-" version ".tar.gz"))
               (sha256
                (base32
-                "11ki9j2b07w5gi2b1r39d71320s7rhfzcpaqpqra7gjy353m6kld"))))
+                "1y0f92v3lh7mw4ckdn45rdb7z0md0jikhk0clcrdm4bj51lkrl14"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

base-commit: aefc7428203203ae88c64cc4769113453c01a185
-- 
2.41.0





             reply	other threads:[~2024-02-23 17:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 17:08 Marco Rimoldi via Guix-patches via [this message]
2024-05-08 12:46 ` [bug#69333] Obsolete, closing Dale Mellor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=03c9d579b816e512bc4fe342b110d42e0d9fae24.1708708130.git.rimarko@libero.it \
    --to=guix-patches@gnu.org \
    --cc=69333@debbugs.gnu.org \
    --cc=rimarko@libero.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.