civodul pushed a commit to branch master
in repository guix.
commit 88846de13908ddbb27033a8056fa3761427c670d
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed Feb 12 10:28:47 2025 +0100
gnu: shepherd: Update to 1.0.2.
* gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.2.
Change-Id: Idcf47383b127de6a39b4d3aba197f78e38b8f248
---
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 a34894111d..6541735cb9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -477,14 +477,14 @@ interface and is based on GNU Guile.")
(define-public shepherd-1.0
(package
(inherit shepherd-0.10)
- (version "1.0.1")
+ (version "1.0.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/shepherd/shepherd-"
version ".tar.gz"))
(sha256
(base32
- "1i8h4wp11nkn85vj79yh2sgzh5adgdvi6fgng4gkniycw58h0pc9"))))
+ "1gr4k57jv2flks2zvvmm0i1lpi9cmj9844zdz6l6yixhnh2aqjyz"))))
(arguments
(substitute-keyword-arguments (package-arguments shepherd-0.10)
((#:configure-flags flags #~'())