mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: libressl: Update to 3.1.4.
* gnu/packages/tls.scm (libressl): Update to 3.1.4.
This commit is contained in:
parent
27913a6d38
commit
1aa375528b
1 changed files with 2 additions and 2 deletions
|
@ -544,14 +544,14 @@ (define-public openssl-1.0
|
|||
(define-public libressl
|
||||
(package
|
||||
(name "libressl")
|
||||
(version "3.0.2")
|
||||
(version "3.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://openbsd/LibreSSL/"
|
||||
"libressl-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13ir2lpxz8y1m151k7lrx306498nzfhwlvgkgv97v5cvywmifyyz"))))
|
||||
"1dnbbnr43jashxivnafmh9gnn57c7ayva788ba03z633k6f18k21"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Do as if 'getentropy' was missing since older Linux kernels lack it
|
||||
|
|
Loading…
Reference in a new issue