diff options
author | Ludovic Courtès <[email protected]> | 2025-02-12 10:28:47 +0100 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2025-02-12 10:28:47 +0100 |
commit | 88846de13908ddbb27033a8056fa3761427c670d (patch) | |
tree | 914301a013ba90ceb6bc728fd76bec697b01d1ae /gnu/packages | |
parent | ec1ada040de5f8a4a5cbc1833688603774832832 (diff) |
gnu: shepherd: Update to 1.0.2.
* gnu/packages/admin.scm (shepherd-1.0): Update to 1.0.2.
Change-Id: Idcf47383b127de6a39b4d3aba197f78e38b8f248
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files 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 #~'()) |