guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: libtasn1: Update to 4.6.


From: ???
Subject: 01/04: gnu: libtasn1: Update to 4.6.
Date: Sat, 12 Sep 2015 08:02:27 +0000

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

commit 866ee34f7ef651a138e918fbebabeed5e7bab91b
Author: 宋文武 <address@hidden>
Date:   Sat Sep 12 14:02:36 2015 +0800

    gnu: libtasn1: Update to 4.6.
    
    * gnu/packages/tls.scm (libtasn1): Update to 4.6.
---
 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 8b607df..1c753e7 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -40,7 +40,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.5")
+    (version "4.6")
     (source
      (origin
       (method url-fetch)
@@ -48,7 +48,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "1nhvnznhg2aqfrfjxc8v008hjlzkh5831jsfahqk89qrw7fbbcw9"))))
+        "12shiqjmck2g0rg57vr73dhy58kbwgsjb24sqdw6hlyjw8jzqqil"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)
 



reply via email to

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