guix-commits
[Top][All Lists]
Advanced

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

28/94: gnu: libtasn1: Update to 4.15.0.


From: guix-commits
Subject: 28/94: gnu: libtasn1: Update to 4.15.0.
Date: Thu, 5 Dec 2019 12:15:31 -0500 (EST)

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

commit 3efc744f946d1756c1610169a4e7fc8698161aab
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 3 00:08:59 2019 +0100

    gnu: libtasn1: Update to 4.15.0.
    
    * gnu/packages/tls.scm (libtasn1): Update to 4.15.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 7e1bf83..ee7c39b 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -71,7 +71,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.14")
+    (version "4.15.0")
     (source
      (origin
       (method url-fetch)
@@ -79,7 +79,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "025sqnlzji78ss2fi78dajc0v0h5fi02wp39hws41sn8qnjlnq4y"))))
+        "17kkh89zfnwszw657fj13y2gamzay33lsrfazgm4sc7mx2gm0xyx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))



reply via email to

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