[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: shepherd: Update to 0.9.1.
From: |
guix-commits |
Subject: |
03/07: gnu: shepherd: Update to 0.9.1. |
Date: |
Sun, 22 May 2022 15:59:05 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8a588eb8715acfa204144329abb080c91018716b
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun May 22 18:22:44 2022 +0200
gnu: shepherd: Update to 0.9.1.
* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.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 363f26ed0c..f763cb5c19 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -315,14 +315,14 @@ interface and is based on GNU Guile.")
(define-public shepherd-0.9
(package
(inherit shepherd)
- (version "0.9.0")
+ (version "0.9.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/shepherd/shepherd-"
version ".tar.gz"))
(sha256
(base32
- "1rdwhrcibs2ly4hjwwb5kmzb133ccjmrfvb0a70cqkv9jy1pg061"))))
+ "0l2arn6gsyw88xk9phxnyplvv1mn8sqp3ipgyyb0nszdzvxlgd36"))))
(arguments
(list #:configure-flags #~'("--localstatedir=/var")
#:make-flags #~'("GUILE_AUTO_COMPILE=0")
- branch master updated (f0e9048e98 -> 81f7bb1691), guix-commits, 2022/05/22
- 04/07: marionette: Add #:address parameter to 'wait-for-tcp-port'., guix-commits, 2022/05/22
- 03/07: gnu: shepherd: Update to 0.9.1.,
guix-commits <=
- 05/07: services: openssh: Listen on both IPv4 and IPv6., guix-commits, 2022/05/22
- 06/07: gnu: parted: Reintroduce version 3.4., guix-commits, 2022/05/22
- 01/07: gnu: guile-fibers@1.1: Update to c25dcb9., guix-commits, 2022/05/22
- 02/07: gnu: guile-fibers: Add 'upstream-name' property., guix-commits, 2022/05/22
- 07/07: gnu: guile-parted: Depend on Parted 3.4., guix-commits, 2022/05/22