[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: swineherd: Update to 0.0.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: swineherd: Update to 0.0.3. |
Date: |
Thu, 26 Oct 2023 05:12:59 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a7083cab3a gnu: swineherd: Update to 0.0.3.
a7083cab3a is described below
commit a7083cab3a67a3a0198a61d39011cdeb9427f1d9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Oct 26 11:12:12 2023 +0200
gnu: swineherd: Update to 0.0.3.
* gnu/packages/admin.scm (swineherd): Update to 0.0.3.
Change-Id: I4b0907c5e57a82b5bd628a8c6a7f9851b19e0a5e
---
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 8f72b0eeae..67d836112d 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -406,7 +406,7 @@ interface and is based on GNU Guile.")
(define-public swineherd
(package
(name "swineherd")
- (version "0.0.1")
+ (version "0.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -415,7 +415,7 @@ interface and is based on GNU Guile.")
(file-name (git-file-name name version))
(sha256
(base32
- "18nk0sy5s0dm2rhxnrrn8g0m098b110mxnnxa2vnl1dnvfdzszw8"))))
+ "0il1ikaj478n7xs4vqgawbshvmwq3nd0gp235mwqvmf4knra6j3g"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--localstatedir=/var")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: swineherd: Update to 0.0.3.,
guix-commits <=