gnu: shepherd: Update to 0.9.2.

* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2.
This commit is contained in:
Ludovic Courtès 2022-09-10 23:27:02 +02:00
parent 081bb6a7bd
commit 1ba0e38267
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -325,14 +325,14 @@ (define-public shepherd shepherd-0.8)
(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