1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 23:58:53 +02:00

gnu: libressl: Update to 4.2.1.

* gnu/packages/tls.scm (libressl): Update to 4.2.1.

Closes guix/guix#4009

Change-Id: I5e7f2746e98dcf19416abcf1eeab948750c732fc
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ashish SHUKLA
2025-11-02 14:07:39 +00:00
committed by Rutherther
parent 43edd27353
commit b4df8b64f2
+2 -2
View File
@@ -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