guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: shepherd: Update to 0.10.1.


From: guix-commits
Subject: 03/06: gnu: shepherd: Update to 0.10.1.
Date: Mon, 29 May 2023 18:17:15 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b8f89ab2c9d0c459ce158ee16a4f4a6542b88ce0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon May 29 22:55:29 2023 +0200

    gnu: shepherd: Update to 0.10.1.
    
    Fixes <https://issues.guix.gnu.org/63717>.
    
    * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.1.
---
 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 aa6cabee39..6de15fd791 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -371,14 +371,14 @@ interface and is based on GNU Guile.")
 (define-public shepherd-0.10
   (package
     (inherit shepherd-0.9)
-    (version "0.10.0")
+    (version "0.10.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/shepherd/shepherd-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0dpbcq4jhqfv39jzc675ccidiyv8ziw5x9qv9kwxv132a5qf8phf"))))))
+                "1720czfchg4pzw44v0zj3rc3k6jhl3ixwnpw4v4v9bqx98ad49yw"))))))
 
 (define-public shepherd shepherd-0.9)
 



reply via email to

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