guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: shepherd: Update to 0.10.2.


From: guix-commits
Subject: 01/12: gnu: shepherd: Update to 0.10.2.
Date: Mon, 17 Jul 2023 18:45:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 72a0d8350a5edfe7d9e4b9c2665069a16c1cfbfd
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jul 18 00:13:53 2023 +0200

    gnu: shepherd: Update to 0.10.2.
    
    * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.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 2a716e61ba..dfd6bf0e41 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -370,14 +370,14 @@ interface and is based on GNU Guile.")
 (define-public shepherd-0.10
   (package
     (inherit shepherd-0.9)
-    (version "0.10.1")
+    (version "0.10.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/shepherd/shepherd-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1720czfchg4pzw44v0zj3rc3k6jhl3ixwnpw4v4v9bqx98ad49yw"))))
+                "0v9ld9gbqdp5ya380fbkdsxa0iqr90gi6yk004ccz3n792nq6wlj"))))
     (native-inputs (modify-inputs (package-native-inputs shepherd-0.9)
                      (replace "guile-fibers" guile-fibers-1.3)))
     (inputs (modify-inputs (package-inputs shepherd-0.9)



reply via email to

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