civodul pushed a commit to branch master
in repository guix.
commit b8f89ab2c9d0c459ce158ee16a4f4a6542b88ce0
Author: Ludovic Courtès <[email protected]>
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)