guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: gnunet-scheme: Use guile-fibers 1.3.1.


From: guix-commits
Subject: 05/16: gnu: gnunet-scheme: Use guile-fibers 1.3.1.
Date: Wed, 14 Jun 2023 17:50:03 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 35c27ec5eedfe8ea4fc653bef0bf213c1a58e7a2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 7 10:33:58 2023 +0200

    gnu: gnunet-scheme: Use guile-fibers 1.3.1.
    
    * gnu/packages/gnunet.scm (gnunet-scheme)[native-inputs]
    [propagated-inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
---
 gnu/packages/gnunet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index ff7499263e..f16a223d10 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -409,14 +409,14 @@ services.")
                       "faketime -m -f '1970-01-01 00:00:00' 
$(TEXMACS_CONVERT)")))))))
     (inputs (list guile-3.0)) ;for pkg-config
     (propagated-inputs (list guile-bytestructures guile-gcrypt guile-pfds
-                             guile-fibers-1.1))
+                             guile-fibers-1.3))
     (native-inputs (list guile-3.0 ;as a compiler
                          ;; for cross-compilation, the guile inputs need to be
                          ;; native-inputs as well.
                          guile-bytestructures
                          guile-gcrypt
                          guile-pfds
-                         guile-fibers-1.1
+                         guile-fibers-1.3
                          libfaketime
                          automake
                          autoconf



reply via email to

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