guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/11: gnu: guile-gnutls: Update to 4.0.0.


From: guix-commits
Subject: 11/11: gnu: guile-gnutls: Update to 4.0.0.
Date: Tue, 30 Apr 2024 13:00:24 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit f6c6dd229f8ab6e84a8ea42d3fb5fb19d24e3b20
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Apr 29 10:29:20 2024 +0100

    gnu: guile-gnutls: Update to 4.0.0.
    
    * 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 @@ required structures.")
     ;; 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 @@ required structures.")
               (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]