me
/
guix
Archived
1
0
Fork 0

gnu: libressl: Update to 2.5.3.

* gnu/packages/tls.scm (libressl): Update to 2.5.3.
master
Leo Famulari 2017-04-11 13:09:03 -04:00
parent efbca08776
commit 69121e95cd
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -431,7 +431,7 @@ required structures.")
(define-public libressl (define-public libressl
(package (package
(name "libressl") (name "libressl")
(version "2.5.2") (version "2.5.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -440,7 +440,7 @@ required structures.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"10hw434azw0gvfkmfm46r85r7my1c6592rg9jsna914jh1q7vyhg")))) "0c4awq45cl757fv7f7f75i5i0ibc6v7ns13n7xvfak7chv2lrqql"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-search-paths (native-search-paths
;; FIXME: These two variables must designate a single file or directory ;; FIXME: These two variables must designate a single file or directory