diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-02 22:10:27 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-03 15:29:17 +0100 |
commit | 584d08c5c98cb1893e4f44bd1c4191f405b13f01 (patch) | |
tree | 6d44249a84778ee0a23218924b46278207c93134 | |
parent | 3a22f04af16fa5fcdcc39c26c849f25b9a1969e3 (diff) |
gnu: gnutls: Update to 3.6.12.
* gnu/packages/tls.scm (gnutls): Update to 3.6.12.
-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 671bb1377f..925165dfbe 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -163,7 +163,7 @@ living in the same process.") (define-public gnutls (package (name "gnutls") - (version "3.6.11.1") + (version "3.6.12") (source (origin (method url-fetch) (uri @@ -175,7 +175,7 @@ living in the same process.") (patches (search-patches "gnutls-skip-trust-store-test.patch")) (sha256 (base32 - "1y1wadpsrj5ai603xv5bgssl9v0pb1si2hg14zqdnmcsvgri5fpv")))) + "0jvca1qahn9lrwv6f5kfs95icirc15b2a8x9fzczyj996ipg3b5z")))) (build-system gnu-build-system) (arguments `(; Ensure we don't keep a reference to this buggy software. |