gnu: libressl: Update to 2.5.1.

* gnu/packages/tls.scm (libressl): Update to 2.5.1.
This commit is contained in:
Leo Famulari 2017-03-06 16:01:02 -05:00
parent 23f22ba8af
commit e2948ef5c1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@ required structures.")
(define-public libressl (define-public libressl
(package (package
(name "libressl") (name "libressl")
(version "2.5.0") (version "2.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -478,7 +478,7 @@ required structures.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1bkfvapi4z826slycmicvs7hwgk4l82gd8w6nqvznldbammvyll6")))) "1kc709scgd76vk7fld4jnb4wb5lxdv1cj8zsgyjb33xp4jlf06pp"))))
(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