GNU bug report logs -
#70644
[PATCH] gnu: guile-gnutls: Update to 4.0.0.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Mon, 29 Apr 2024 09:30:03 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 30 Apr 2024 21:09:57 +0100
with message-id <87r0emwr1m.fsf <at> cbaines.net>
and subject line Re: [bug#70644] [PATCH] gnu: guile-gnutls: Update to 4.0.0.
has caused the debbugs.gnu.org bug report #70644,
regarding [PATCH] gnu: guile-gnutls: Update to 4.0.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
70644: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=70644
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/tls.scm (guile-gnutls): Update to 4.0.0.
Change-Id: I7ced2e1309364c990907fafc489917fcd56fa103
---
gnu/packages/tls.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 2f212e9f90..719da8e113 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -336,7 +336,7 @@ (define-public guile-gnutls
;; This package supersedes the Guile bindings that came with GnuTLS until
;; version 3.7.8 included.
(name "guile-gnutls")
- (version "3.7.14")
+ (version "4.0.0")
(home-page "https://gitlab.com/gnutls/guile/")
(source (origin
;; url-fetch is used here to avoid a circular dependency with
@@ -344,11 +344,11 @@ (define-public guile-gnutls
(method url-fetch)
(uri (string-append
"https://gitlab.com/gnutls/guile/uploads/"
- "1fdc941351d54cd7affda1bb912b9ca5"
+ "9060bc55069cedb40ab46cea49b439c0"
"/guile-gnutls-" version ".tar.gz"))
(sha256
(base32
- "0ldnxq5qxzy92jd8w5c717bgx4038x9qmi43bzl6kmlkzpagqayy"))))
+ "0fdjmy9vfjwk2v616nan1zz6iy9i086vrh5mdcsfqxi00ckbjk2v"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 3bd8d238aba718bf949691d0e37fa310e2cfc12a
--
2.41.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Christopher Baines <mail <at> cbaines.net> writes:
> * gnu/packages/tls.scm (guile-gnutls): Update to 4.0.0.
>
> Change-Id: I7ced2e1309364c990907fafc489917fcd56fa103
> ---
> gnu/packages/tls.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Pushed to master as f6c6dd229f8ab6e84a8ea42d3fb5fb19d24e3b20.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.