[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: sysadmin: qa-frontpage: Update to 0-3.39e9ec6.
From: |
Christopher Baines |
Subject: |
branch master updated: sysadmin: qa-frontpage: Update to 0-3.39e9ec6. |
Date: |
Fri, 03 Mar 2023 11:11:22 -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 27a1f0a sysadmin: qa-frontpage: Update to 0-3.39e9ec6.
27a1f0a is described below
commit 27a1f0a083712c479bdd19b9264d6341165ac402
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Mar 3 16:09:36 2023 +0000
sysadmin: qa-frontpage: Update to 0-3.39e9ec6.
* hydra/modules/sysadmin/packages.scm (qa-frontpage): Update to
0-3.39e9ec6.
---
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 9331ac7..c8c3ed3 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 "e082122820090323640ddba6fd697e04c5db791e")
- (revision "2"))
+ (let ((commit "39e9ec627faca95a7b43ff91e195ca9ab9846bf3")
+ (revision "3"))
(package
(name "guix-qa-frontpage")
(version (git-version "0" revision commit))
@@ -43,7 +43,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1ab4y17lfz2hmxfj1l4i8d126d9wklq0lx91hhcrws2888rkl4j7"))))
+ "0a7fsfi8ph4vjz1gcxljbhlplzrnw3vwyjv4p7h9pqpa9sn8aqda"))))
(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-3.39e9ec6.,
Christopher Baines <=