summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2411819b8a8..43423ef8ed8 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -675,14 +675,14 @@ kilobytes of RAM.")
(define-public libressl
(package
(name "libressl")
- (version "4.2.0")
+ (version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
"libressl-" version ".tar.gz"))
(sha256
(base32
- "1ch8hkpgmb1gp8d5ync902715g2laaaz3yrc7zazi3fbsx2blz8g"))))
+ "02ypmfsixjh6l24gfnsaapx0vl3i8004b1jc3xwym21mb1c2yp3d"))))
(outputs (list "out" "debug"))
(build-system gnu-build-system)
(arguments