guix-commits
[Top][All Lists]
Advanced

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

branch master updated: sysadmin: qa-frontpage: Update to 0-6.daccc0c.


From: Christopher Baines
Subject: branch master updated: sysadmin: qa-frontpage: Update to 0-6.daccc0c.
Date: Wed, 15 Mar 2023 08:59:59 -0400

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 34fe99d  sysadmin: qa-frontpage: Update to 0-6.daccc0c.
34fe99d is described below

commit 34fe99d23bcac85e7ba576267e23d541401aea1b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Mar 15 12:59:22 2023 +0000

    sysadmin: qa-frontpage: Update to 0-6.daccc0c.
    
    * hydra/modules/sysadmin/packages.scm (qa-frontpage): Update to
    0-6.daccc0c.
    [source]: Switch to Savannah.
---
 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 812e80a..ba66b3d 100644
--- a/hydra/modules/sysadmin/packages.scm
+++ b/hydra/modules/sysadmin/packages.scm
@@ -30,20 +30,20 @@
   #:use-module (gnu packages package-management))
 
 (define-public qa-frontpage
-  (let ((commit "bfa1958d986cc5f610d5d65b629af84614f29d07")
-        (revision "5"))
+  (let ((commit "daccc0ce970916cf75981824b66be1a142626818")
+        (revision "6"))
     (package
       (name "guix-qa-frontpage")
       (version (git-version "0" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                      (url "https://git.cbaines.net/guix/qa-frontpage";)
+                      (url 
"https://git.savannah.gnu.org/git/guix/qa-frontpage.git";)
                       (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0ry120462qpbz98xcx43pdzs8zn1n4i1mlkahda4srjxr1cz9qrw"))))
+                  "1kn25cbk21c123jsh5c5h007dvb1x4dmm2lrj5gc7zbr570k50dg"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules (((guix build guile-build-system)



reply via email to

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