mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libressl: Update to 2.2.6.
* gnu/packages/tls.scm (libressl): Update to 2.2.6.
This commit is contained in:
parent
043c3f0bed
commit
599860d2b9
1 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ (define openssl-1.0.2g
|
|||
(define-public libressl
|
||||
(package
|
||||
(name "libressl")
|
||||
(version "2.2.5")
|
||||
(version "2.2.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -314,7 +314,7 @@ (define-public libressl
|
|||
"http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-"
|
||||
version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"0jwidi7fafcdh5qml72dx0ad0kfsk94qxzm29i7wd3cx8v8dxjp3"))))
|
||||
"0kynb15l5gq1qgp3p4ncn20sc65sbl8lk89vyr07s17xrya9kq8y"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-search-paths
|
||||
;; FIXME: These two variables must designate a single file or directory
|
||||
|
|
Loading…
Reference in a new issue