gnu: shepherd: Update to 0.5.0.
* gnu/packages/admin.scm (shepherd): Update to 0.5.0.
This commit is contained in:
parent
0661912827
commit
9bd85a785f
|
@ -173,14 +173,14 @@ and provides a \"top-like\" mode (monitoring).")
|
||||||
(define-public shepherd
|
(define-public shepherd
|
||||||
(package
|
(package
|
||||||
(name "shepherd")
|
(name "shepherd")
|
||||||
(version "0.4.0")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://alpha.gnu.org/gnu/shepherd/shepherd-"
|
(uri (string-append "https://alpha.gnu.org/gnu/shepherd/shepherd-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lgmsbxn8i8xdasxzkdp2cml75n128pplw6icvmspl6s0n9xmw8n"))))
|
"1wmciqml9yplnx1s4ynn00giqyk06rbrcsgvpjj2df47sawk2jp8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--localstatedir=/var")))
|
'(#:configure-flags '("--localstatedir=/var")))
|
||||||
|
|
Loading…
Reference in New Issue