guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libressl: Update to 2.5.2.


From: Leo Famulari
Subject: 01/01: gnu: libressl: Update to 2.5.2.
Date: Tue, 28 Mar 2017 22:06:40 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 7bde7273c35cf9dfe3d63fc9c7b6697d06bf92b8
Author: Leo Famulari <address@hidden>
Date:   Tue Mar 28 21:48:09 2017 -0400

    gnu: libressl: Update to 2.5.2.
    
    * gnu/packages/tls.scm (libressl): Update to 2.5.2.
---
 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 9c7cb0b..301a705 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -469,7 +469,7 @@ required structures.")
 (define-public libressl
   (package
     (name "libressl")
-    (version "2.5.1")
+    (version "2.5.2")
     (source
      (origin
       (method url-fetch)
@@ -478,7 +478,7 @@ required structures.")
              version ".tar.gz"))
       (sha256
        (base32
-        "1kc709scgd76vk7fld4jnb4wb5lxdv1cj8zsgyjb33xp4jlf06pp"))))
+        "10hw434azw0gvfkmfm46r85r7my1c6592rg9jsna914jh1q7vyhg"))))
     (build-system gnu-build-system)
     (native-search-paths
       ;; FIXME: These two variables must designate a single file or directory



reply via email to

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