diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-25 16:33:02 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-25 18:35:33 +0100 |
commit | 1b01c103db1698cf2e71bc4a352e705d4527e7d5 (patch) | |
tree | ba29ed186a16879ba731d45a189b9c639ea12d60 /gnu/packages/tls.scm | |
parent | adf323e0d76ce9da9c4e4b46ce9d92aa3dbdbbc6 (diff) | |
download | guix-1b01c103db1698cf2e71bc4a352e705d4527e7d5.tar.gz |
gnu: mbedtls-apache: Update to 2.16.5.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.5.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | 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 673f23c20b..86910a63fd 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.4") + (version "2.16.5") (source (origin (method url-fetch) @@ -868,7 +868,7 @@ then ported to the GNU / Linux environment.") version "-apache.tgz")) (sha256 (base32 - "1yxj5wahaj87xhdi89zbk78ig77b166h464yrj5gb3lwv8mz6h9l")))) + "0kdhwy241xsk4isbadqx6z80m8sf76da5sbmqv8qy11yr37cdd35")))) (build-system cmake-build-system) (arguments `(#:configure-flags |