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.2.


From: guix-commits
Subject: 02/02: gnu: shepherd: Update to 0.9.2.
Date: Sat, 10 Sep 2022 18:21:02 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1ba0e38267c9ff8bb476285091be6e297bbf136e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Sep 10 23:27:02 2022 +0200

    gnu: shepherd: Update to 0.9.2.
    
    * gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 21f9176bfa..65f9502bee 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -325,14 +325,14 @@ interface and is based on GNU Guile.")
 (define-public shepherd-0.9
   (package
     (inherit shepherd)
-    (version "0.9.1")
+    (version "0.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/shepherd/shepherd-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0l2arn6gsyw88xk9phxnyplvv1mn8sqp3ipgyyb0nszdzvxlgd36"))
+                "0mcby3ygh3bpns44rb1vnk8bz2km4nlw092nrcgkm3nkqfmbp4p1"))
               (modules '((guix build utils)))
               (snippet
                ;; Avoid continuation barriers so (@ (fibers) sleep) can be



reply via email to

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