guix-commits
[Top][All Lists]
Advanced

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

39/62: gnu: libtasn1: Update to 4.18.0.


From: guix-commits
Subject: 39/62: gnu: libtasn1: Update to 4.18.0.
Date: Sun, 26 Jun 2022 06:09:10 -0400 (EDT)

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

commit 577e2d8c38691f2a17344f853b0e22a31eaf6df4
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 26 02:07:34 2022 +0200

    gnu: libtasn1: Update to 4.18.0.
    
    * gnu/packages/tls.scm (libtasn1): Update to 4.18.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 70de3e13cf..773389d926 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -85,7 +85,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.17.0")
+    (version "4.18.0")
     (source
      (origin
       (method url-fetch)
@@ -93,7 +93,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "19a53i1ajs4dd8nnlr2i6gbzvla84ay71g3y1phvh8krx8f5brzc"))))
+        "160qrlsa707a15bzdl70fvdwcxgfs43vc950cx6dcqrmjmac2ra3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))



reply via email to

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