gnu: shepherd: Update to 0.7.0.

* gnu/packages/admin.scm (shepherd): Update to 0.7.0.
This commit is contained in:
Ludovic Courtès 2020-02-16 23:11:04 +01:00
parent d39885a8a9
commit 205c1e04e0
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -196,14 +196,14 @@ (define-public progress
(define-public shepherd
(package
(name "shepherd")
(version "0.6.1")
(version "0.7.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/shepherd/shepherd-"
version ".tar.gz"))
(sha256
(base32
"1xn6mb5bh8bpfgdrh09ja31jk0ln7bmxbbf0vjcqxkkixs2wl6sk"))))
"07j3vd0y8zab2nwbrwj0ahrfif1ldm5sjssn7m3dw4s307fsrfzx"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--localstatedir=/var")))