gnu: shepherd: Update to 0.6.0.

* gnu/packages/admin.scm (shepherd): Update to 0.6.0.  Use
"mirror://gnu" as the URL base.
[properties]: Remove.
This commit is contained in:
Ludovic Courtès 2019-04-23 14:27:48 +02:00
parent 93c5c6d164
commit 9fb1ca0808
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 5 deletions

View File

@ -181,14 +181,14 @@ and provides a \"top-like\" mode (monitoring).")
(define-public shepherd (define-public shepherd
(package (package
(name "shepherd") (name "shepherd")
(version "0.5.0") (version "0.6.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://alpha.gnu.org/gnu/shepherd/shepherd-" (uri (string-append "mirror://gnu/shepherd/shepherd-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1wmciqml9yplnx1s4ynn00giqyk06rbrcsgvpjj2df47sawk2jp8")))) "1ys2w83vm62spr8bx38sccfdpy9fqmj7wfywm5k8ihsy2k61da2i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--localstatedir=/var"))) '(#:configure-flags '("--localstatedir=/var")))
@ -211,8 +211,7 @@ 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 "https://www.gnu.org/software/shepherd/") (home-page "https://www.gnu.org/software/shepherd/")))
(properties '((ftp-server . "alpha.gnu.org")))))
(define-public daemontools (define-public daemontools
(package (package