guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: shepherd: Update to 0.9.3.


From: guix-commits
Subject: 02/02: gnu: shepherd: Update to 0.9.3.
Date: Thu, 17 Nov 2022 05:11:55 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 283d7318c5b312d7129adb6dbeea6ad205ce89d1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 17 11:01:22 2022 +0100

    gnu: shepherd: Update to 0.9.3.
    
    * gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.3.
    [source](modules, snippet): Remove.
---
 gnu/packages/admin.scm | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index ee730ac8e3..da9654d577 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -330,25 +330,14 @@ interface and is based on GNU Guile.")
 (define-public shepherd-0.9
   (package
     (inherit shepherd)
-    (version "0.9.2")
+    (version "0.9.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/shepherd/shepherd-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0mcby3ygh3bpns44rb1vnk8bz2km4nlw092nrcgkm3nkqfmbp4p1"))
-              (modules '((guix build utils)))
-              (snippet
-               ;; Avoid continuation barriers so (@ (fibers) sleep) can be
-               ;; called from a service's 'stop' method
-               '(substitute* "modules/shepherd/service.scm"
-                  (("call-with-blocked-asyncs")   ;in 'stop' method
-                   "(lambda (thunk) (thunk))")
-                  (("\\(for-each-service\n")      ;in 'shutdown-services'
-                   "((lambda (proc)
-                       (for-each proc
-                                 (fold-services cons '())))\n")))))
+                "0qy2yq13xhf05an5ilz7grighdxicx56211yaarqq5qigiiybc32"))))
     (arguments
      (list #:configure-flags #~'("--localstatedir=/var")
            #:make-flags #~'("GUILE_AUTO_COMPILE=0")



reply via email to

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