gnu: shepherd: Update to 0.3.1.

* gnu/packages/admin.scm (shepherd): Update to 0.3.1.
This commit is contained in:
Ludovic Courtès 2016-03-23 23:38:04 +01:00
parent 9a2a20052a
commit ee37e1e501

View file

@ -141,14 +141,14 @@ (define-public dmd
(define-public shepherd
(package
(name "shepherd")
(version "0.3")
(version "0.3.1")
(source (origin
(method url-fetch)
(uri (string-append "ftp://alpha.gnu.org/gnu/dmd/shepherd-"
version ".tar.gz"))
(sha256
(base32
"13mcy2131h7hggqvxbfxyrnbz46aaiaq2agng3x3f789a78n4mnn"))))
"0f3yi3n4sl9myiay95yhv2a9an338qddfjrbv7da753ip66dkfz6"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--localstatedir=/var")))