guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: hydra: sysadmin: packages: Update qa-frontpage.


From: Christopher Baines
Subject: branch master updated: hydra: sysadmin: packages: Update qa-frontpage.
Date: Sat, 14 Jan 2023 18:33:30 -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 8f42602  hydra: sysadmin: packages: Update qa-frontpage.
8f42602 is described below

commit 8f4260244ed702af02b38895dc0efc3b5eb4b68d
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jan 14 23:32:24 2023 +0000

    hydra: sysadmin: packages: Update qa-frontpage.
    
    This fixes missing assets.
    
    * hydra/modules/sysadmin/packages.scm (qa-frontpage): Update to
    0-0.eb8571d.
---
 hydra/modules/sysadmin/packages.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/packages.scm 
b/hydra/modules/sysadmin/packages.scm
index 135cfb8..9c26a7f 100644
--- a/hydra/modules/sysadmin/packages.scm
+++ b/hydra/modules/sysadmin/packages.scm
@@ -30,7 +30,7 @@
   #:use-module (gnu packages package-management))
 
 (define-public qa-frontpage
-  (let ((commit "509df07cacfaa413ce27ec93073adeddba323f19")
+  (let ((commit "eb8571d8d135f79e5d0f6fa8ebc483e2a55b1109")
         (revision "0"))
     (package
       (name "guix-qa-frontpage")
@@ -43,7 +43,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0gd1a4yiy9x33k87xym71sqz3ly44niaq727sx5sqkzy8nbaw0mh"))))
+                  "1c8h9ybw656jr65678lid4z2by620y69ppzbjqla3cxli2sm1md5"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules (((guix build guile-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]