diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 15:16:05 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-06-16 18:06:42 +0300 |
commit | f663e0972093b4ad07772b97dc39e6be8ec3cbc0 (patch) | |
tree | 9f61b1b808526ec9299026541aef82303d2e4a52 | |
parent | 77952b4c184427ac670ac8308d9fb10837168506 (diff) | |
download | guix-f663e0972093b4ad07772b97dc39e6be8ec3cbc0.tar guix-f663e0972093b4ad07772b97dc39e6be8ec3cbc0.tar.gz |
gnu: libressl: Update to 2.3.6.
* gnu/packages/tls.scm (libressl): Update to 2.3.6.
-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 513edcc1a6..0add9ef96e 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -323,7 +323,7 @@ required structures.") (define-public libressl (package (name "libressl") - (version "2.3.5") + (version "2.3.6") (source (origin (method url-fetch) @@ -332,7 +332,7 @@ required structures.") version ".tar.gz")) (sha256 (base32 - "0fvmifz61zfq6byy4dh1qqdg9fpbdsyldjwx5hlcgg6ywxf2f9gl")))) + "1yipsp1ici207nbminbf1knh252kzvqg036v0xpx0fw1wrwlg2im")))) (build-system gnu-build-system) (native-search-paths ;; FIXME: These two variables must designate a single file or directory |