diff options
author | Leo Famulari <leo@famulari.name> | 2016-06-07 22:54:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-06-08 00:08:01 -0400 |
commit | b402cb774113c9dfa2e22a03d5ca2a39f8cbe3ca (patch) | |
tree | 341cde03c98189d5b020bca2da4aeb777581fcf9 /gnu | |
parent | bcd2982fdf0c6a53175aa03f44ad51415d8b6b98 (diff) | |
download | gnu-guix-b402cb774113c9dfa2e22a03d5ca2a39f8cbe3ca.tar gnu-guix-b402cb774113c9dfa2e22a03d5ca2a39f8cbe3ca.tar.gz |
gnu: libressl: Update to 2.3.5.
* gnu/packages/tls.scm (libressl): Update to 2.3.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tls.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 0b0a2a2d37..e543a7e3fe 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -321,7 +321,7 @@ required structures.") (define-public libressl (package (name "libressl") - (version "2.3.4") + (version "2.3.5") (source (origin (method url-fetch) @@ -330,7 +330,7 @@ required structures.") version ".tar.gz")) (sha256 (base32 - "1ag65pbvdikqj5y1w780jicl3ngi9ld2332ki6794y0gcar3a4bs")))) + "0fvmifz61zfq6byy4dh1qqdg9fpbdsyldjwx5hlcgg6ywxf2f9gl")))) (build-system gnu-build-system) (native-search-paths ;; FIXME: These two variables must designate a single file or directory |