guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Update guile-gnutls to 3.7.14.


From: guix-commits
Subject: branch master updated: gnu: Update guile-gnutls to 3.7.14.
Date: Thu, 11 Jan 2024 11:23:33 -0500

This is an automated email from the git hooks/post-receive script.

davexunit pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8cc0687778 gnu: Update guile-gnutls to 3.7.14.
8cc0687778 is described below

commit 8cc0687778e92e348cb7bd61b6b444c005e9ce80
Author: David Thompson <dthompson2@worcester.edu>
AuthorDate: Thu Jan 11 11:15:10 2024 -0500

    gnu: Update guile-gnutls to 3.7.14.
    
    * gnu/packages/tls.scm (guile-gnutls): Update to 3.7.14.
    
    Change-Id: I851cb3554f1dcf5c286c345634ea71c5a7bbd973
---
 gnu/packages/tls.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 806a761d9b..6441b8ed43 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -335,7 +335,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.12")
+    (version "3.7.14")
     (home-page "https://gitlab.com/gnutls/guile/";)
     (source (origin
               ;; url-fetch is used here to avoid a circular dependency with
@@ -343,12 +343,11 @@ required structures.")
               (method url-fetch)
               (uri (string-append
                     "https://gitlab.com/gnutls/guile/uploads/";
-                    "3fe12c208bdc6155c5116cf5eac7a2ad"
+                    "1fdc941351d54cd7affda1bb912b9ca5"
                     "/guile-gnutls-" version ".tar.gz"))
               (sha256
                (base32
-                "0dp3zsbnwgb4q4p8n6i5vnlwq52v5hp8f5c44ngyag89fcaz2fjx"))
-              (patches (search-patches "gnutls-cross.patch"))))
+                "0ldnxq5qxzy92jd8w5c717bgx4038x9qmi43bzl6kmlkzpagqayy"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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