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

guix_mirror_bot pushed a commit to branch crypto-team
in repository guix.

The following commit(s) were added to refs/heads/crypto-team by this push:
     new 89ce0d5b35 gnu: libtasn1: Update to 4.21.0.
89ce0d5b35 is described below

commit 89ce0d5b35f59e98fe6f26ce0551050a2a329caa
Author: Andy Tai <[email protected]>
AuthorDate: Mon Feb 2 23:50:24 2026 -0800

    gnu: libtasn1: Update to 4.21.0.
    
    * gnu/packages/tls.scm (libtasn1): Update to 4.21.0.
    
    Change-Id: I8a33a95def0d22e9df5ec592abb9c6728dce2ccb
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 14b951a3c6..6412132f53 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -98,7 +98,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.20.0")
+    (version "4.21.0")
     (source
      (origin
       (method url-fetch)
@@ -106,7 +106,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "0v57hwsv4wijb0fvfp6s9jx35izhhgfjssq3fvpaxm029jyy7q4j"))))
+        "11ywcy8n115c8b3vmf7hmgkdhlfy4phlcwvp8114di9w495492hx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))

Reply via email to