diff options
-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 3746579eb1..7bc0e95b32 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -800,7 +800,7 @@ then ported to the GNU / Linux environment.") (define-public mbedtls-apache (package (name "mbedtls-apache") - (version "2.4.0") + (version "2.4.2") (source (origin (method url-fetch) @@ -810,7 +810,7 @@ then ported to the GNU / Linux environment.") version "-apache.tgz")) (sha256 (base32 - "03bzbfidigljva6xj49k38q3kwlbj75lrky4a0ainylzsfg5bhy1")))) + "065hn5zibzflivabdh9p41dknda7wicl2zhc936dmakqfjprip8p")))) (build-system cmake-build-system) (native-inputs `(("perl" ,perl))) |