1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libressl: Update to 4.1.0.

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

Change-Id: Ib16271ecf43c3a3f375a4e037ab05539c588345e
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Ashish SHUKLA
2025-05-30 21:30:03 +00:00
committed by Hilton Chain
parent b99a2f21d1
commit 6787f3aaf9

View File

@@ -673,14 +673,14 @@ kilobytes of RAM.")
(define-public libressl
(package
(name "libressl")
(version "4.0.0")
(version "4.1.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://openbsd/LibreSSL/"
"libressl-" version ".tar.gz"))
(sha256
(base32
"1r518q11qwx9zr1niqjh4ci63x1s51gx6g8f3p3xzhxcy1aik12d"))))
"0qdvv3plx1fqh1xbl3kfxh9bdgr1955dk9cnrg6srnjbsdmw2w8g"))))
(outputs (list "out" "debug"))
(build-system gnu-build-system)
(arguments