guix-commits
[Top][All Lists]
Advanced

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

09/16: gnu: libtasn1: Update to 4.19.0.


From: guix-commits
Subject: 09/16: gnu: libtasn1: Update to 4.19.0.
Date: Tue, 30 Aug 2022 14:44:46 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cea251ce54b6008e20c52725252e8ca0e4b57e19
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 29 13:02:48 2022 +0200

    gnu: libtasn1: Update to 4.19.0.
    
    * gnu/packages/tls.scm (libtasn1): Update to 4.19.0.
---
 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 5ae7cb0f2c..473c131fd8 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -85,7 +85,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.18.0")
+    (version "4.19.0")
     (source
      (origin
       (method url-fetch)
@@ -93,7 +93,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "160qrlsa707a15bzdl70fvdwcxgfs43vc950cx6dcqrmjmac2ra3"))))
+        "0yizlr2y6gfjh86v68qw5wjcfg16arnw1f731kndd17l3jng04qn"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))



reply via email to

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