guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: libtasn1: Update to 4.6."


From: ???
Subject: 01/01: Revert "gnu: libtasn1: Update to 4.6."
Date: Mon, 14 Sep 2015 11:28:45 +0000

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

commit 62bffcaa3b199915b3d6d8eb46ca0467bf2bd564
Author: 宋文武 <address@hidden>
Date:   Mon Sep 14 19:21:23 2015 +0800

    Revert "gnu: libtasn1: Update to 4.6."
    
    Causes a test of GnuTLS to fail:
    <http://lists.gnu.org/archive/html/help-libtasn1/2015-09/msg00003.html>.
    
    This reverts commit 866ee34f7ef651a138e918fbebabeed5e7bab91b.
---
 gnu/packages/tls.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index a9ee825..1a0eeb2 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -40,7 +40,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.6")
+    (version "4.5")
     (source
      (origin
       (method url-fetch)
@@ -48,7 +48,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "12shiqjmck2g0rg57vr73dhy58kbwgsjb24sqdw6hlyjw8jzqqil"))))
+        "1nhvnznhg2aqfrfjxc8v008hjlzkh5831jsfahqk89qrw7fbbcw9"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)
 



reply via email to

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