me
/
guix
Archived
1
0
Fork 0

gnu: libressl: Update to 2.3.5.

* gnu/packages/tls.scm (libressl): Update to 2.3.5.
master
Leo Famulari 2016-06-07 22:54:34 -04:00
parent bcd2982fdf
commit b402cb7741
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@ required structures.")
(define-public libressl (define-public libressl
(package (package
(name "libressl") (name "libressl")
(version "2.3.4") (version "2.3.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -330,7 +330,7 @@ required structures.")
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1ag65pbvdikqj5y1w780jicl3ngi9ld2332ki6794y0gcar3a4bs")))) "0fvmifz61zfq6byy4dh1qqdg9fpbdsyldjwx5hlcgg6ywxf2f9gl"))))
(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