gnu: shepherd: Update to 0.6.1.

* gnu/packages/admin.scm (shepherd): Update to 0.6.1.
This commit is contained in:
Ludovic Courtès 2019-05-11 20:02:20 +02:00
parent 48d498c2c3
commit 3b8699f9c2
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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