mbakke pushed a commit to branch core-updates
in repository guix.
commit 584d08c5c98cb1893e4f44bd1c4191f405b13f01
Author: Marius Bakke <[email protected]>
AuthorDate: Sun Feb 2 22:10:27 2020 +0100
gnu: gnutls: Update to 3.6.12.
* gnu/packages/tls.scm (gnutls): Update to 3.6.12.
---
gnu/packages/tls.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 671bb13..925165d 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.