guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-torrent: Fix build.


From: guix-commits
Subject: branch master updated: gnu: guile-torrent: Fix build.
Date: Wed, 23 Nov 2022 08:41:11 -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 f7cb2b22a2 gnu: guile-torrent: Fix build.
f7cb2b22a2 is described below

commit f7cb2b22a275cc1fa0fdae9023aa3b4788cd1952
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 20 01:00:00 2022 +0100

    gnu: guile-torrent: Fix build.
    
    * gnu/packages/guile-xyz.scm (guile-torrent)[propagated-inputs]:
    Replace (3.0) guile-gcrypt with guile2.2-gcrypt.
    
    Reported by mirai on #guix.
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 62bcfb6a56..b1620618eb 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4189,7 +4189,7 @@ models and also supports a rich set of boolean query 
operators.")
            perl
            pkg-config))
     (propagated-inputs
-     (list guile-gcrypt))
+     (list guile2.2-gcrypt))
     (home-page "https://github.com/o-nly/torrent";)
     (synopsis "Torrent library for GNU Guile")
     (description "This package provides facilities for working with



reply via email to

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