[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: shepherd: Update to 0.8.1.
From: |
guix-commits |
Subject: |
01/07: gnu: shepherd: Update to 0.8.1. |
Date: |
Wed, 3 Jun 2020 12:06:45 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3f9c62d1a8b345909adaeb22f454ad22554c55a1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 3 14:51:38 2020 +0200
gnu: shepherd: Update to 0.8.1.
* gnu/packages/admin.scm (shepherd): Update to 0.8.1.
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index bfbd533..77981e5 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -247,14 +247,14 @@ and provides a \"top-like\" mode (monitoring).")
(define-public shepherd
(package
(name "shepherd")
- (version "0.8.0")
+ (version "0.8.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/shepherd/shepherd-"
version ".tar.gz"))
(sha256
(base32
- "02lbc8z5gd8v8wfi4yh1zww8mk03w0zcwnmk4l4p3vpjlvlb63ll"))))
+ "0x9zr0x3xvk4qkb6jnda451d5iyrl06cz1bjzjsm0lxvjj3fabyk"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--localstatedir=/var")))
- branch master updated (19b464f -> 4960a95), guix-commits, 2020/06/03
- 01/07: gnu: shepherd: Update to 0.8.1.,
guix-commits <=
- 02/07: doc: Mention Btrfs compression., guix-commits, 2020/06/03
- 05/07: gnu: Add Polish hunspell dictionary., guix-commits, 2020/06/03
- 03/07: gnu: java-openjfx-build: Add helpful patch., guix-commits, 2020/06/03
- 04/07: gnu: java-openjfx-build: Fix indentation., guix-commits, 2020/06/03
- 06/07: gnu: Add mergerfs., guix-commits, 2020/06/03
- 07/07: gnu: Add mergerfs-tools., guix-commits, 2020/06/03