guix-commits
[Top][All Lists]
Advanced

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

[shepherd] 02/04: guix: Switch to Fibers 1.3.


From: Ludovic Courtès
Subject: [shepherd] 02/04: guix: Switch to Fibers 1.3.
Date: Wed, 12 Jul 2023 09:40:43 -0400 (EDT)

civodul pushed a commit to branch master
in repository shepherd.

commit afbe8feb275326e79305af61ff1b7f34e8909428
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jul 11 09:09:03 2023 +0200

    guix: Switch to Fibers 1.3.
    
    * .guix/modules/shepherd-package.scm (shepherd)[inputs]: Replace
    GUILE-FIBERS-1.1 by GUILE-FIBERS-1.3.
---
 .guix/modules/shepherd-package.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.guix/modules/shepherd-package.scm 
b/.guix/modules/shepherd-package.scm
index f7a8c4c..3bfd087 100644
--- a/.guix/modules/shepherd-package.scm
+++ b/.guix/modules/shepherd-package.scm
@@ -97,8 +97,8 @@
      ;; development tools.
      (append (map specification->package development-packages)
              (list pkg-config guile-3.0-latest
-                   guile-fibers-1.1)))            ;for cross-compilation
-    (inputs (list guile-3.0-latest guile-fibers-1.1))
+                   guile-fibers-1.3)))            ;for cross-compilation
+    (inputs (list guile-3.0-latest guile-fibers-1.3))
     (synopsis "System service manager")
     (description
      "The GNU Shepherd is a daemon-managing daemon, meaning that it supervises



reply via email to

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