guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: mbedtls-apache: Update to 2.16.6.


From: guix-commits
Subject: 04/12: gnu: mbedtls-apache: Update to 2.16.6.
Date: Sat, 9 May 2020 08:43:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f7bdc0e9029083cd3aebe34d70aa47f89f3499bf
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 8 23:24:58 2020 +0200

    gnu: mbedtls-apache: Update to 2.16.6.
    
    * gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.6.
---
 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 778571f..fa9f380 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -890,7 +890,7 @@ then ported to the GNU / Linux environment.")
 (define-public mbedtls-apache
   (package
     (name "mbedtls-apache")
-    (version "2.16.5")
+    (version "2.16.6")
     (source
      (origin
        (method url-fetch)
@@ -900,7 +900,7 @@ then ported to the GNU / Linux environment.")
                            version "-apache.tgz"))
        (sha256
         (base32
-         "0kdhwy241xsk4isbadqx6z80m8sf76da5sbmqv8qy11yr37cdd35"))))
+         "0w0p51vx0cc6fyqfdn59669q6n4187vi64fw5ha302hrlqimwib6"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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