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 d19c0610 sysadmin: qa-frontpage: Update to 0-24.a90860d.
d19c0610 is described below

commit d19c0610a63bb3ae4103a81af47fb7a6ab80e990
Author: Christopher Baines <[email protected]>
AuthorDate: Wed Aug 14 11:34:10 2024 +0100

    sysadmin: qa-frontpage: Update to 0-24.a90860d.
    
    * hydra/modules/sysadmin/packages.scm (qa-frontpage): Update to
    0-24.a90860d.
---
 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 4efa31f8..1403a0aa 100644
--- a/hydra/modules/sysadmin/packages.scm
+++ b/hydra/modules/sysadmin/packages.scm
@@ -40,8 +40,8 @@
   #:use-module (srfi srfi-26))
 
 (define-public qa-frontpage
-  (let ((commit "54a11820d0846026784e59f9aee5d9346aaf4d64")
-        (revision "23"))
+  (let ((commit "a90860d1ed3e866c9d0cfdbc1af1ad8181e95e9d")
+        (revision "24"))
     (package
       (name "guix-qa-frontpage")
       (version (git-version "0" revision commit))
@@ -53,7 +53,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0bq3pmdsn519qqh8bpysk0wnl0jc0km338dcns459fs2zlq40y4r"))))
+                  "0pvcw11psw9pmbg87rfj9qy2sp835hhvinzp9qsj1rj2f8a8p2iv"))))
       (build-system gnu-build-system)
       (arguments
        (list

Reply via email to