sysadmin: qa-frontpage: Update to 0-6.daccc0c.

* hydra/modules/sysadmin/packages.scm (qa-frontpage): Update to
0-6.daccc0c.
[source]: Switch to Savannah.
This commit is contained in:
Christopher Baines 2023-03-15 12:59:22 +00:00
parent a7dbbc4d3b
commit 34fe99d23b
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 4 additions and 4 deletions

View File

@ -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)