diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-09-10 23:27:02 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-09-11 00:16:58 +0200 |
commit | 1ba0e38267c9ff8bb476285091be6e297bbf136e (patch) | |
tree | c0de4ffc6fc78e131b6a34b4bc4caf14cf4053a6 /gnu | |
parent | 081bb6a7bd9642ee3d5bb9b697c24f89535416de (diff) | |
download | guix-1ba0e38267c9ff8bb476285091be6e297bbf136e.tar.gz |
gnu: shepherd: Update to 0.9.2.
* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2.
Diffstat (limited to 'gnu')
-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 21f9176bfa..65f9502bee 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -325,14 +325,14 @@ interface and is based on GNU Guile.") (define-public shepherd-0.9 (package (inherit shepherd) - (version "0.9.1") + (version "0.9.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/shepherd/shepherd-" version ".tar.gz")) (sha256 (base32 - "0l2arn6gsyw88xk9phxnyplvv1mn8sqp3ipgyyb0nszdzvxlgd36")) + "0mcby3ygh3bpns44rb1vnk8bz2km4nlw092nrcgkm3nkqfmbp4p1")) (modules '((guix build utils))) (snippet ;; Avoid continuation barriers so (@ (fibers) sleep) can be |