[PATCH] gnu: guile-gnutls: Update to 4.0.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Christopher Baines
Owner
unassigned
Submitted by
Christopher Baines
Severity
normal

Debbugs page

Christopher Baines wrote 10 months ago
(address . guix-patches@gnu.org)
2ee40c56ded5d31ad6ceb3822a3548705cbe1c25.1714382960.git.mail@cbaines.net
* 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(-)

Toggle diff (31 lines)
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
Christopher Baines wrote 10 months ago
(address . 70644-done@debbugs.gnu.org)
87r0emwr1m.fsf@cbaines.net
Christopher Baines <mail@cbaines.net> writes:

Toggle quote (7 lines)
> * 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.
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYxUBVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XeIZRAAklr7+ornCMCZvvU9on1W7GNCr4kKBj+s
9iumhlAEFdXjLk8wZub1nn0dePfrYWXuN+pNZQhYwl8LtOWgSI8GjBHA7EPtqTaD
ddXbwh8fT2KRuKjPEvxxqpHSpZ5GVez5uRkdtZEfugs4A8HTsDbzZ2DoszraBOlu
HkcP67DY8hishqZDiWUIp/NG8pdw9ha37IzhdIax72ALAvb/WxqDWedM/Bx9dQH+
yjOcmDpFytDyKYrGFZ8Mid8QaxjU8GeoUVeGhalC/y5VL5AglaeMIGDPxPY3zY90
cQnRLn1kMiGsf3QwCdY4UTrumX4fGoR4SAY8glmLzldQehnWGY1qO/Scz5+BK6qd
jamUN30wmKZSfIHe6MHVdhwm3aPtMPtHx+9lD2FNkm1b2JMT882snNgTAcP2I/XE
zVBa5dsKUN/KqbDji+W9tqJPHiGPX5zGg4gSx5+RJiFDZgWjEsal3nGPd8RQst/C
MMpgI2hDX0RrNd7gIGlpkzGRsqShhQsNrmsdESe9T3qs26rYk6BgEzdI1WygOzhh
yQWEX5MiQhbt5dLYAPeZhcpV5EBueZ7ebF5uJxwy5pJCVvqaFYmZYJeH7QDaIikH
rRpGKD2uKF4yialOKZo764qKH2N5ZzV73gJjFhSdW70fiQqZz83eo2abOZMNAtAu
Ekkj6jaB4as=
=yC5R
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70644@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70644
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help