guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-gnutls: Use gnutls-latest consistently


From: guix-commits
Subject: branch master updated: gnu: guile-gnutls: Use gnutls-latest consistently.
Date: Wed, 25 Jan 2023 12:37:46 -0500

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7794eeac76 gnu: guile-gnutls: Use gnutls-latest consistently.
7794eeac76 is described below

commit 7794eeac763fba9bc60c78303af5764ed34d5941
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 22 01:00:00 2023 +0100

    gnu: guile-gnutls: Use gnutls-latest consistently.
    
    * gnu/packages/tls.scm (guile-gnutls)[native-inputs]: Substitute
    gnutls-latest for gnutls.
    
    Reported by jackhill in #guix.
---
 gnu/packages/tls.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 2c7e36a6c5..bdac8a6e63 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -423,7 +423,7 @@ required structures.")
            libtool
            pkg-config
            texinfo
-           gnutls                 ;XXX: 'guile-snarf' invokes the native 'cpp'
+           gnutls-latest          ;XXX: 'guile-snarf' invokes the native 'cpp'
            guile-3.0
            (gnulib-checkout
             #:version "2022-12-06"



reply via email to

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