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 4a9f5f53 hydra: qa-frontpage: Update to 0-35.ec85365.
4a9f5f53 is described below

commit 4a9f5f53f43ed62f81447247dd0068e2fb4913c0
Author: Christopher Baines <[email protected]>
AuthorDate: Sun Apr 6 15:10:33 2025 +0100

    hydra: qa-frontpage: Update to 0-35.ec85365.
    
    * hydra/modules/sysadmin/packages.scm (qa-frontpage): Update to
    0-35.ec85365.
    [inputs]: Use guile-fibers-next.
---
 hydra/modules/sysadmin/packages.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hydra/modules/sysadmin/packages.scm 
b/hydra/modules/sysadmin/packages.scm
index 54b61cc3..4c86181f 100644
--- a/hydra/modules/sysadmin/packages.scm
+++ b/hydra/modules/sysadmin/packages.scm
@@ -42,8 +42,8 @@
   #:use-module (srfi srfi-26))
 
 (define-public qa-frontpage
-  (let ((commit "ae7577476e2ba1caf7860d5e0e9807727a8ff3c2")
-        (revision "34"))
+  (let ((commit "ec853656e9f1f5a9d5a73ebdf016dc320da075af")
+        (revision "35"))
     (package
       (name "guix-qa-frontpage")
       (version (git-version "0" revision commit))
@@ -55,7 +55,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1g9h6xs7dnw0swxvffsgkxhx9wssfyqz6pyyvdvzdn0q0nqmmsls"))))
+                  "00cxcwwjaakhk8d619mwmkwh8x1c3jgvn62xv5z64nifb478d0wr"))))
       (build-system gnu-build-system)
       (arguments
        (list
@@ -131,7 +131,7 @@ set auto-load safe-path /gnu/store/*/lib\n"
        (list guix
              guix-data-service
              guile-json-4
-             guile-fibers
+             guile-fibers-next
              guile-knots
              guile-kolam
              guile-git

Reply via email to