guix-commits
[Top][All Lists]
Advanced

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

14/18: gnu: libtasn1: Update to 4.14.


From: guix-commits
Subject: 14/18: gnu: libtasn1: Update to 4.14.
Date: Wed, 31 Jul 2019 08:58:41 -0400 (EDT)

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

commit d7342997cd9d28eed3602424b98b8f6a00e61efb
Author: Marius Bakke <address@hidden>
Date:   Sat Jul 27 23:21:01 2019 +0200

    gnu: libtasn1: Update to 4.14.
    
    * gnu/packages/tls.scm (libtasn1): Update to 4.14.
---
 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 999c113..84461a7 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -70,7 +70,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.13")
+    (version "4.14")
     (source
      (origin
       (method url-fetch)
@@ -78,7 +78,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "1jlc1iahj8k3haz28j55nzg7sgni5h41vqy461i1bpbx6668wlky"))))
+        "025sqnlzji78ss2fi78dajc0v0h5fi02wp39hws41sn8qnjlnq4y"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))



reply via email to

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