mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
b99a2f21d1
commit
6787f3aaf9
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue