guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: shepherd: Update to 0.3.2.


From: Ludovic Courtès
Subject: 04/04: gnu: shepherd: Update to 0.3.2.
Date: Sun, 4 Dec 2016 21:33:17 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 95088559a9055133dbfaf9b92ef6f141b5802445
Author: Ludovic Courtès <address@hidden>
Date:   Sun Dec 4 22:31:58 2016 +0100

    gnu: shepherd: Update to 0.3.2.
    
    * gnu/packages/admin.scm (shepherd): Update to 0.3.2.
    [properties]: New field.
---
 gnu/packages/admin.scm |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f1c283c..2079bf9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -141,14 +141,14 @@ and provides a \"top-like\" mode (monitoring).")
 (define-public shepherd
   (package
     (name "shepherd")
-    (version "0.3.1")
+    (version "0.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://alpha.gnu.org/gnu/dmd/shepherd-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0f3yi3n4sl9myiay95yhv2a9an338qddfjrbv7da753ip66dkfz6"))))
+                "174q1qg7yg6w1hfvlfv720hr6hid4h5xzw15y3ycfpspllzldhcb"))))
     (build-system gnu-build-system)
     (arguments
      '(#: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
 interface and is based on GNU Guile.")
     (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
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]