summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/tls.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 473c131fd8..d1e1e1bbf9 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -195,7 +195,7 @@ living in the same process.")
(define-public gnutls
(package
(name "gnutls")
- (version "3.7.6")
+ (version "3.7.7")
(source (origin
(method url-fetch)
;; Note: Releases are no longer on ftp.gnu.org since the
@@ -207,7 +207,7 @@ living in the same process.")
"gnutls-cross.patch"))
(sha256
(base32
- "1zv2097v9f6f4c66q7yn3c6gggjk9jz38095ma7v3gs5lccmf1kp"))))
+ "01i1gl15k6qwvxmxx0by1mn9nlmcmym18wdpm7dn9awfsp8474dy"))))
(build-system gnu-build-system)
(arguments
(list #:tests? (not (or (%current-target-system)