[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet-scheme] 01/02: guix: Be consistent in the guile-fibers version.
From: |
gnunet |
Subject: |
[gnunet-scheme] 01/02: guix: Be consistent in the guile-fibers version. |
Date: |
Wed, 27 Jul 2022 17:18:04 +0200 |
This is an automated email from the git hooks/post-receive script.
maxime-devos pushed a commit to branch master
in repository gnunet-scheme.
commit 4e6fefa4e62a3bcf5c55d5bab9677a788b7cd48e
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Wed Jul 27 17:09:05 2022 +0200
guix: Be consistent in the guile-fibers version.
* guix.scm (scheme-gnunet)[propagated-inputs]<guile-fibers>: Use
guile-fibers-1.1 instead.
---
guix.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix.scm b/guix.scm
index e38565f..d05ce8c 100644
--- a/guix.scm
+++ b/guix.scm
@@ -46,7 +46,7 @@
#:select? (git-predicate %source-dir)))
(build-system gnu-build-system)
(propagated-inputs
- (list guile-zlib guile-bytestructures guile-fibers guile-gcrypt
+ (list guile-zlib guile-bytestructures guile-fibers-1.1 guile-gcrypt
guile-json-4 guile-pfds))
(native-inputs
(list guile-3.0-latest guile-gcrypt guile-fibers-1.1 guile-json-4
guile-pfds
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.