guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 91fb87d0abfca3ed418bbd747b7bfd39b36a3b73
Author: Simon Josefsson <[email protected]>
AuthorDate: Sun Aug 3 07:14:59 2025 +0200

    gnu: guile-gnutls: Use git-archive tarballs instead of make-dist tarballs.
    
    * gnu/packages/tls.scm (guile-gnutls): Update tarball URL.  Add 
autoconf/automake.
    
    Signed-off-by: Simon Josefsson <[email protected]>
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/tls.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index a41c445e5b..ed26e63315 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -333,11 +333,11 @@ required structures.")
               ;; 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 "mirror://gnu/gnutls/guile-gnutls-"
-                                  version ".tar.gz"))
+              (uri (string-append "mirror://gnu/gnutls/guile-gnutls-v"
+                                  version "-src.tar.gz"))
               (sha256
                (base32
-                "0azgp79a4hgmbg2p2ghd1x2zav8894m9ch3i4hbvq8dlxvrnf06c"))))
+                "0kqngyx4520gjk49l6whjd2ss994kaj9rm78lli6p3q6xry0945i"))))
     (build-system gnu-build-system)
     (outputs '("out" "debug"))
     (arguments
@@ -354,6 +354,7 @@ required structures.")
                              
"$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/extensions"))))
     (native-inputs
      (list libtool
+           autoconf automake
            pkg-config
            texinfo
            gnutls

Reply via email to