[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: sysadmin: qa-frontpage: Update to 0-4.cd56871.
From: |
Christopher Baines |
Subject: |
branch master updated: sysadmin: qa-frontpage: Update to 0-4.cd56871. |
Date: |
Mon, 06 Mar 2023 12:56:07 -0500 |
This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 8fd322c sysadmin: qa-frontpage: Update to 0-4.cd56871.
8fd322c is described below
commit 8fd322c376bd24406910c214124461ed97dbe1fe
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Mar 6 17:55:08 2023 +0000
sysadmin: qa-frontpage: Update to 0-4.cd56871.
* hydra/modules/sysadmin/packages.scm (qa-frontpage): Update to
0-4.cd56871.
---
hydra/modules/sysadmin/packages.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hydra/modules/sysadmin/packages.scm
b/hydra/modules/sysadmin/packages.scm
index c8c3ed3..452370d 100644
--- a/hydra/modules/sysadmin/packages.scm
+++ b/hydra/modules/sysadmin/packages.scm
@@ -30,8 +30,8 @@
#:use-module (gnu packages package-management))
(define-public qa-frontpage
- (let ((commit "39e9ec627faca95a7b43ff91e195ca9ab9846bf3")
- (revision "3"))
+ (let ((commit "cd5687118de9858ac714d55800c2648969dbbb48")
+ (revision "4"))
(package
(name "guix-qa-frontpage")
(version (git-version "0" revision commit))
@@ -43,7 +43,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0a7fsfi8ph4vjz1gcxljbhlplzrnw3vwyjv4p7h9pqpa9sn8aqda"))))
+ "1rcd3gcmcgv3fgfpsg9chk185fmy88svfggz74ah25cbzxppmdhp"))))
(build-system gnu-build-system)
(arguments
`(#:modules (((guix build guile-build-system)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: sysadmin: qa-frontpage: Update to 0-4.cd56871.,
Christopher Baines <=