diff options
author | Leo Famulari <leo@famulari.name> | 2016-08-14 15:39:10 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-14 15:39:25 -0400 |
commit | 9715953080d3d9144cb7e27c6bcde3077b6f4645 (patch) | |
tree | d7014c22856648c675facbc7b351612e7c244050 /gnu | |
parent | 2b11b9ab428cd8c1a20c53841761a33d74226014 (diff) |
gnu: gnutls: Update to 3.5.3.
* gnu/packages/tls.scm (gnutls): Update to 3.5.3.
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 b6d8e4e823..5409214f2c 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -109,7 +109,7 @@ living in the same process.") (define-public gnutls (package (name "gnutls") - (version "3.5.2") + (version "3.5.3") (source (origin (method url-fetch) (uri @@ -120,7 +120,7 @@ living in the same process.") "/gnutls-" version ".tar.xz")) (sha256 (base32 - "10l5pv7qc5c850aamih3pdkbqpc4v2a6g164dzd7c7fjpxffji9b")))) + "1vqzvcdqhx5fbrds6myrk259vw9khgmaxvzbk59bk88hkacvri4j")))) (build-system gnu-build-system) (arguments '(#:configure-flags |