summaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r--gnu/packages/tls.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index f2c949ad69..869d0a7036 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -751,7 +751,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)
@@ -761,7 +761,7 @@ then ported to the GNU / Linux environment.")
version "-apache.tgz"))
(sha256
(base32
- "065hn5zibzflivabdh9p41dknda7wicl2zhc936dmakqfjprip8p"))))
+ "1yc1rj0izjihj9hbzvskpa4gjzqf4dm2i84nmmm2s9j1i66fp6jm"))))
(build-system cmake-build-system)
(native-inputs
`(("perl" ,perl)))