guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ludovic Courtès
Date: Thu, 19 Oct 2023 02:59:25 -0400 (EDT)

branch: master
commit 1ee143c0c0b5f8b7c889bcfc10a1b03946685e9e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 19 08:51:49 2023 +0200

    maint: Build against the latest ‘guile-fibers’.
    
    Fibers 1.1 has bugs that have long been fixed in 1.3.
    
    * guix.scm: Use ‘guile-fibers’ instead of ‘guile-fibers-1.1’.
---
 build-aux/guix/cuirass-package.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-aux/guix/cuirass-package.scm 
b/build-aux/guix/cuirass-package.scm
index 9927a82..4f2c855 100644
--- a/build-aux/guix/cuirass-package.scm
+++ b/build-aux/guix/cuirass-package.scm
@@ -114,7 +114,7 @@
     (inputs
      (list guile-3.0-latest
            guile-avahi
-           guile-fibers-1.1
+           guile-fibers
            guile-gcrypt
            guile-json-4
            guile-simple-zmq



reply via email to

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