civodul pushed a commit to branch master
in repository guix.

commit 3ae91748bf4ada3323303eb84fcc1fa460178cd7
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Apr 16 15:55:14 2025 +0200

    gnu: shepherd: Update to 1.0.4.
    
    * gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.4.
    
    Change-Id: I166873efac901c38ac1481051db69fd294100d9b
---
 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 d17c68833f..b5bd560300 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -520,14 +520,14 @@ interface and is based on GNU Guile.")
 (define-public shepherd-1.0
   (package
     (inherit shepherd-0.10)
-    (version "1.0.3")
+    (version "1.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/shepherd/shepherd-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1n7k1d8zb4v0h5s1kq2k51381a8dgz9k75fybklgnxpxbzmpkrs0"))))
+                "1kzh0f5byz2zhqdmwmicfp63hhr3lwikr8l49r355qnzarmnlc0k"))))
     (arguments
      (substitute-keyword-arguments (package-arguments shepherd-0.10)
        ((#:configure-flags flags #~'())

Reply via email to