guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: shepherd@0.10: Use guile-fibers 1.3.1.


From: guix-commits
Subject: 02/16: gnu: shepherd@0.10: Use guile-fibers 1.3.1.
Date: Wed, 14 Jun 2023 17:50:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c219c22cbdb62ba52b50ec8fb12bebce0b1dd459
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jun 6 23:52:17 2023 +0200

    gnu: shepherd@0.10: Use guile-fibers 1.3.1.
    
    * gnu/packages/admin.scm (shepherd-0.10)[native-inputs, inputs]: Replace
    GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
---
 gnu/packages/admin.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 511033bafb..5bae16157e 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2012-2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2012-2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
 ;;; Copyright © 2014, 2015, 2016, 2018, 2019, 2020 Mark H Weaver 
<mhw@netris.org>
 ;;; Copyright © 2014, 2015-2018, 2020-2023 Eric Bavier <bavier@posteo.net>
@@ -378,7 +378,11 @@ interface and is based on GNU Guile.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1720czfchg4pzw44v0zj3rc3k6jhl3ixwnpw4v4v9bqx98ad49yw"))))))
+                "1720czfchg4pzw44v0zj3rc3k6jhl3ixwnpw4v4v9bqx98ad49yw"))))
+    (native-inputs (modify-inputs (package-native-inputs shepherd-0.9)
+                     (replace "guile-fibers" guile-fibers-1.3)))
+    (inputs (modify-inputs (package-inputs shepherd-0.9)
+              (replace "guile-fibers" guile-fibers-1.3)))))
 
 (define-public shepherd shepherd-0.9)
 



reply via email to

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