gnu: shepherd: Update to 0.3.2.

* gnu/packages/admin.scm (shepherd): Update to 0.3.2.
[properties]: New field.
This commit is contained in:
Ludovic Courtès 2016-12-04 22:31:58 +01:00
parent 459978eae5
commit 95088559a9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -141,14 +141,14 @@ and provides a \"top-like\" mode (monitoring).")
(define-public shepherd (define-public shepherd
(package (package
(name "shepherd") (name "shepherd")
(version "0.3.1") (version "0.3.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://alpha.gnu.org/gnu/dmd/shepherd-" (uri (string-append "ftp://alpha.gnu.org/gnu/dmd/shepherd-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0f3yi3n4sl9myiay95yhv2a9an338qddfjrbv7da753ip66dkfz6")))) "174q1qg7yg6w1hfvlfv720hr6hid4h5xzw15y3ycfpspllzldhcb"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--localstatedir=/var"))) '(#:configure-flags '("--localstatedir=/var")))
@ -161,7 +161,8 @@ the execution of system services, replacing similar functionality found in
typical init systems. It provides dependency-handling through a convenient typical init systems. It provides dependency-handling through a convenient
interface and is based on GNU Guile.") interface and is based on GNU Guile.")
(license license:gpl3+) (license license:gpl3+)
(home-page "http://www.gnu.org/software/shepherd/"))) (home-page "https://www.gnu.org/software/shepherd/")
(properties '((ftp-server . "alpha.gnu.org")))))
(define-public dfc (define-public dfc
(package (package