guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: shepherd: Update to 0.10.3.


From: guix-commits
Subject: 01/10: gnu: shepherd: Update to 0.10.3.
Date: Sun, 7 Jan 2024 11:02:13 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6dc7307cfbe276aa540936199e9bf3c350b39b22
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jan 5 10:12:17 2024 +0100

    gnu: shepherd: Update to 0.10.3.
    
    * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.3.
    
    Change-Id: I6b14a41c22a18bcf0c5bd380d7f118276d0f761c
---
 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 5442714665..3f1de1e6b6 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -373,14 +373,14 @@ interface and is based on GNU Guile.")
 (define-public shepherd-0.10
   (package
     (inherit shepherd-0.9)
-    (version "0.10.2")
+    (version "0.10.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/shepherd/shepherd-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0v9ld9gbqdp5ya380fbkdsxa0iqr90gi6yk004ccz3n792nq6wlj"))))
+                "1vxghlxnxajx2iciqmjia49c5hkir8li0gv29kl55frhn2zgxilf"))))
     (native-inputs (modify-inputs (package-native-inputs shepherd-0.9)
                      (replace "guile-fibers"
                        ;; Work around



reply via email to

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