guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: shepherd: Update to 0.3.1.


From: Ludovic Courtès
Subject: 02/02: gnu: shepherd: Update to 0.3.1.
Date: Wed, 23 Mar 2016 22:44:23 +0000

civodul pushed a commit to branch master
in repository guix.

commit ee37e1e501a414db65db479a41eb3bbad656c668
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 23 23:38:04 2016 +0100

    gnu: shepherd: Update to 0.3.1.
    
    * gnu/packages/admin.scm (shepherd): Update to 0.3.1.
---
 gnu/packages/admin.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 76187ae..c96de86 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -141,14 +141,14 @@ interface and is based on GNU Guile.")
 (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")))



reply via email to

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