diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-05-17 17:06:29 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-05-17 17:06:29 +0300 |
commit | c19700c396f66426d7ec4cea01ef19614775ce88 (patch) | |
tree | 3a9d17f4667c7e9e401d04e70f1c0fad090fee7f /gnu/packages/tls.scm | |
parent | 74d637397b44a90d2dbc2ac100b38591dd4f81eb (diff) | |
download | patches-c19700c396f66426d7ec4cea01ef19614775ce88.tar patches-c19700c396f66426d7ec4cea01ef19614775ce88.tar.gz |
gnu: gnutls: Update to 3.5.0.
* gnu/packages/tls.scm (gnutls): Update to 3.5.0.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index 8ec8e603a9..430540493c 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -108,7 +108,7 @@ living in the same process.") (define-public gnutls (package (name "gnutls") - (version "3.4.9") + (version "3.5.0") (source (origin (method url-fetch) (uri @@ -119,7 +119,7 @@ living in the same process.") "/gnutls-" version ".tar.xz")) (sha256 (base32 - "0gvwyl0kdp1qpzbzp46wqfdzzrmwy9n54sgcjvvm1m1kpanlyna8")))) + "09dfb0fn4spmdja6hs2yl470fn85fx0pa5nn9njnq7j19ma3nszw")))) (build-system gnu-build-system) (arguments '(#:configure-flags @@ -169,7 +169,7 @@ living in the same process.") ("libidn" ,libidn) ("nettle" ,nettle) ("zlib" ,zlib))) - (home-page "http://www.gnu.org/software/gnutls/") + (home-page "https://www.gnu.org/software/gnutls/") (synopsis "Transport layer security library") (description "GnuTLS is a secure communications library implementing the SSL, TLS |