diff options
author | Leo Famulari <leo@famulari.name> | 2017-06-22 01:58:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-06-22 02:00:12 -0400 |
commit | d9f806710f357f0cf7e08ee9c468746b6e34a264 (patch) | |
tree | 3f26c5a7888418662b810610d26de246718447bd /gnu | |
parent | 688c8c674471d9096253086aa3245026e2b2b985 (diff) | |
download | patches-d9f806710f357f0cf7e08ee9c468746b6e34a264.tar patches-d9f806710f357f0cf7e08ee9c468746b6e34a264.tar.gz |
gnu: mbedtls-apache: Update to 2.5.1.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.5.1.
Diffstat (limited to 'gnu')
-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 ecd4c893d4..9198bae026 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -790,7 +790,7 @@ then ported to the GNU / Linux environment.") (define-public mbedtls-apache (package (name "mbedtls-apache") - (version "2.4.2") + (version "2.5.1") (source (origin (method url-fetch) @@ -800,7 +800,7 @@ then ported to the GNU / Linux environment.") version "-apache.tgz")) (sha256 (base32 - "065hn5zibzflivabdh9p41dknda7wicl2zhc936dmakqfjprip8p")))) + "1yc1rj0izjihj9hbzvskpa4gjzqf4dm2i84nmmm2s9j1i66fp6jm")))) (build-system cmake-build-system) (native-inputs `(("perl" ,perl))) |