guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: mbedtls-apache: Update to 2.16.2.


From: guix-commits
Subject: 02/03: gnu: mbedtls-apache: Update to 2.16.2.
Date: Sun, 30 Jun 2019 08:12:59 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1307aa4427160c11d6ab84c5b2e96ea172fa0f1e
Author: Marius Bakke <address@hidden>
Date:   Sun Jun 30 13:36:58 2019 +0200

    gnu: mbedtls-apache: Update to 2.16.2.
    
    * gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.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 8e20101..ea6dfda 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -834,7 +834,7 @@ then ported to the GNU / Linux environment.")
 (define-public mbedtls-apache
   (package
     (name "mbedtls-apache")
-    (version "2.16.1")
+    (version "2.16.2")
     (source
      (origin
        (method url-fetch)
@@ -844,7 +844,7 @@ then ported to the GNU / Linux environment.")
                            version "-apache.tgz"))
        (sha256
         (base32
-         "08zz88gcb2jmpfsgy5b6qc3li6l39yw1dbimd18aziyd889nvl7b"))))
+         "1906hbwlkq32075hca4vjad03dcc36aycvmaz8yvhr3ygg6lz0x6"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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