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-17.ee1ceae.


From: Christopher Baines
Subject: branch master updated: sysadmin: qa-frontpage: Update to 0-17.ee1ceae.
Date: Tue, 30 Jan 2024 14:42:55 -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 8c85e43  sysadmin: qa-frontpage: Update to 0-17.ee1ceae.
8c85e43 is described below

commit 8c85e43631eb34a1eb5852a349f7fed353571d63
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Jan 30 19:38:31 2024 +0000

    sysadmin: qa-frontpage: Update to 0-17.ee1ceae.
    
    * hydra/modules/sysadmin/packages.scm (qa-frontpage): Update to
    0-17.ee1ceae.
    [native-inputs]: Add plantuml.
---
 hydra/modules/sysadmin/packages.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/hydra/modules/sysadmin/packages.scm 
b/hydra/modules/sysadmin/packages.scm
index dfb7c57..4064a4a 100644
--- a/hydra/modules/sysadmin/packages.scm
+++ b/hydra/modules/sysadmin/packages.scm
@@ -27,6 +27,7 @@
   #:use-module (gnu packages package-management)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages ssh)
+  #:use-module (gnu packages uml)
   #:use-module (gnu packages version-control)
   #:use-module (gnu packages web)
   #:use-module (guix build-system gnu)
@@ -39,8 +40,8 @@
   #:use-module (srfi srfi-26))
 
 (define-public qa-frontpage
-  (let ((commit "d7b2634efa8f953b926eb251cfc26b0225514d87")
-        (revision "16"))
+  (let ((commit "ee1ceaee8eab9c1ac3a98039fa159fdd960e8443")
+        (revision "17"))
     (package
       (name "guix-qa-frontpage")
       (version (git-version "0" revision commit))
@@ -52,7 +53,7 @@
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0kr0by5ppbk6n25d2hwsy7zi2f85yzkv391kgk99mdd0yss1jbv1"))))
+                  "0hwn4g3xcwpmlnjws51zjqg94f6x7by284fc4s1c5fdjf89af563"))))
       (build-system gnu-build-system)
       (arguments
        (list
@@ -104,7 +105,8 @@
              automake
              pkg-config
              emacs-minimal
-             emacs-htmlize))
+             emacs-htmlize
+             plantuml))
       (synopsis "QA Frontpage for Guix")
       (description
        "This service assists with quality assurance within Guix.  Currently



reply via email to

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