This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
The following commit(s) were added to refs/heads/gnome-team by this push:
new f483839b26 gnu: guile-gnutls: Update to 5.0.1.
f483839b26 is described below
commit f483839b262ac32ad3ee2548a5acc95f5ef413c9
Author: Dariqq <[email protected]>
AuthorDate: Mon Jul 14 09:03:00 2025 +0000
gnu: guile-gnutls: Update to 5.0.1.
* gnu/packages/tls.scm (guile-gnutls): Update to 5.0.1.
[home-page]: Change to new repository url.
[source]: Change download url to gnu mirrors.
[#:make-flags] Remove XFAIL_TESTS
Change-Id: Ie4253ecdd1de6497e09f5262c14a396b03d076f9
Signed-off-by: Liliana Marie Prikler <[email protected]>
---
gnu/packages/tls.scm | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 59f56cd7c3..1f941b82ab 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -306,19 +306,17 @@ required structures.")
;; This package supersedes the Guile bindings that came with GnuTLS until
;; version 3.7.8 included.
(name "guile-gnutls")
- (version "4.0.0")
- (home-page "https://gitlab.com/gnutls/guile/")
+ (version "5.0.1")
+ (home-page "https://codeberg.org/guile-gnutls/guile-gnutls")
(source (origin
;; url-fetch is used here to avoid a circular dependency with
;; git-download, see https://issues.guix.gnu.org/63331
(method url-fetch)
- (uri (string-append
- "https://gitlab.com/gnutls/guile/uploads/"
- "9060bc55069cedb40ab46cea49b439c0"
- "/guile-gnutls-" version ".tar.gz"))
+ (uri (string-append "mirror://gnu/gnutls/guile-gnutls-"
+ version ".tar.gz"))
(sha256
(base32
- "0fdjmy9vfjwk2v616nan1zz6iy9i086vrh5mdcsfqxi00ckbjk2v"))))
+ "0azgp79a4hgmbg2p2ghd1x2zav8894m9ch3i4hbvq8dlxvrnf06c"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(arguments
@@ -332,11 +330,7 @@ required structures.")
(string-append "--with-guile-site-ccache-dir="
"$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache")
(string-append "--with-guile-extension-dir="
-
"$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions"))
-
- ;; The 'gnutls' package currently lacks support for SRP, making this
- ;; test fail.
- #:make-flags #~'("XFAIL_TESTS=tests/srp-base64.scm")))
+
"$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions"))))
(native-inputs
(list libtool
pkg-config