diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-01-29 10:06:43 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-01-29 11:03:09 +0100 |
commit | 4e8d1116ff211c74231724ff1a47c7b855063bd1 (patch) | |
tree | 43bd9b226c3efc30d8ae2a5943463b678847472d | |
parent | 18f8e935e85a99d5c284c0a6b719351a402ada21 (diff) | |
download | patches-4e8d1116ff211c74231724ff1a47c7b855063bd1.tar patches-4e8d1116ff211c74231724ff1a47c7b855063bd1.tar.gz |
gnu: mbedtls-apache: Update to 2.16.4.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.16.4.
-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 10d864348c..358445301b 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 |