guix-patches
[Top][All Lists]
Advanced

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

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


From: Christopher Baines
Subject: [bug#70644] [PATCH] gnu: guile-gnutls: Update to 4.0.0.
Date: Mon, 29 Apr 2024 10:29:20 +0100

* 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






reply via email to

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