guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: mbedtls-apache: Update to 2.16.4.


From: guix-commits
Subject: 01/06: gnu: mbedtls-apache: Update to 2.16.4.
Date: Wed, 29 Jan 2020 05:07:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 4e8d1116ff211c74231724ff1a47c7b855063bd1
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 29 10:06:43 2020 +0100

    gnu: mbedtls-apache: Update to 2.16.4.
    
    * gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.4.
---
 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 10d8643..3584453 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -858,7 +858,7 @@ then ported to the GNU / Linux environment.")
 (define-public mbedtls-apache
   (package
     (name "mbedtls-apache")
-    (version "2.16.3")
+    (version "2.16.4")
     (source
      (origin
        (method url-fetch)
@@ -868,7 +868,7 @@ then ported to the GNU / Linux environment.")
                            version "-apache.tgz"))
        (sha256
         (base32
-         "0qd65lnr63vmx2gxla6lcmm5gawlnaj4wy4h4vmdc3h9h9nyw6zc"))))
+         "1yxj5wahaj87xhdi89zbk78ig77b166h464yrj5gb3lwv8mz6h9l"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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