guix-commits
[Top][All Lists]
Advanced

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

02/02: services: shepherd: Default to 0.10.


From: guix-commits
Subject: 02/02: services: shepherd: Default to 0.10.
Date: Sat, 13 May 2023 10:42:45 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 134c10241a591e7d875bb986438f4a0c35f302a9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat May 6 22:31:20 2023 +0200

    services: shepherd: Default to 0.10.
    
    * gnu/services/shepherd.scm (<shepherd-configuration>)[shepherd]:
    Default to SHEPHERD-0.10.
    * gnu/home/services/shepherd.scm (<home-shepherd-configuration>)[shepherd]:
    Likewise.
---
 gnu/home/services/shepherd.scm | 2 +-
 gnu/services/shepherd.scm      | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/home/services/shepherd.scm b/gnu/home/services/shepherd.scm
index 1a70a220f0..ff6d629114 100644
--- a/gnu/home/services/shepherd.scm
+++ b/gnu/home/services/shepherd.scm
@@ -52,7 +52,7 @@
   home-shepherd-configuration make-home-shepherd-configuration
   home-shepherd-configuration?
   (shepherd home-shepherd-configuration-shepherd
-            (default shepherd-0.9)) ; package
+            (default shepherd-0.10)) ; package
   (auto-start? home-shepherd-configuration-auto-start?
                (default #t))
   (daemonize? home-shepherd-configuration-daemonize?
diff --git a/gnu/services/shepherd.scm b/gnu/services/shepherd.scm
index b2601c0128..de40454f7d 100644
--- a/gnu/services/shepherd.scm
+++ b/gnu/services/shepherd.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013-2016, 2018-2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2013-2016, 2018-2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2018 Carlo Zancanaro <carlo@zancanaro.id.au>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
@@ -91,7 +91,7 @@
   shepherd-configuration make-shepherd-configuration
   shepherd-configuration?
   (shepherd shepherd-configuration-shepherd
-            (default shepherd-0.9)) ; file-like
+            (default shepherd-0.10)) ; file-like
   (services shepherd-configuration-services
             (default '()))) ; list of <shepherd-service>
 



reply via email to

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