mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: shepherd: Update to 0.9.2.
* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.2.
This commit is contained in:
parent
081bb6a7bd
commit
1ba0e38267
1 changed files with 2 additions and 2 deletions
|
@ -325,14 +325,14 @@ (define-public shepherd shepherd-0.8)
|
||||||
(define-public shepherd-0.9
|
(define-public shepherd-0.9
|
||||||
(package
|
(package
|
||||||
(inherit shepherd)
|
(inherit shepherd)
|
||||||
(version "0.9.1")
|
(version "0.9.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/shepherd/shepherd-"
|
(uri (string-append "mirror://gnu/shepherd/shepherd-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l2arn6gsyw88xk9phxnyplvv1mn8sqp3ipgyyb0nszdzvxlgd36"))
|
"0mcby3ygh3bpns44rb1vnk8bz2km4nlw092nrcgkm3nkqfmbp4p1"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; Avoid continuation barriers so (@ (fibers) sleep) can be
|
;; Avoid continuation barriers so (@ (fibers) sleep) can be
|
||||||
|
|
Loading…
Reference in a new issue