guix-commits
[Top][All Lists]
Advanced

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

branch master updated: bayfront: Add guix-bioc channel.


From: Ricardo Wurmus
Subject: branch master updated: bayfront: Add guix-bioc channel.
Date: Thu, 18 Jan 2024 15:17:41 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 976fc5f  bayfront: Add guix-bioc channel.
976fc5f is described below

commit 976fc5f568ad638f68417e2660ee6c7ac4cf9d1f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 18 21:16:58 2024 +0100

    bayfront: Add guix-bioc channel.
    
    * hydra/bayfront.scm (%hpcguix-web-channels): Add guix-bioc channel.
---
 hydra/bayfront.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 78a7d5d..65e3718 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1,7 +1,7 @@
 ;; OS configuration for bayfront
 ;; Copyright © 2016-2024 Ludovic Courtès <ludo@gnu.org>
 ;; Copyright © 2016, 2017, 2018, 2019, 2020, 2023 Andreas Enge 
<andreas@enge.fr>
-;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
+;; Copyright © 2017, 2019, 2024 Ricardo Wurmus <rekado@elephly.net>
 ;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
 ;; Copyright © 2020, 2021 Christopher Baines <mail@cbaines.net>
 ;; Copyright © 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -155,7 +155,10 @@ Happy hacking!\n"))
 
                   (channel
                    (name 'guix-cran)
-                   (url "https://github.com/guix-science/guix-cran.git";)))))
+                   (url "https://github.com/guix-science/guix-cran.git";))
+                  (channel
+                   (name 'guix-bioc)
+                   (url "https://github.com/guix-science/guix-bioc.git";)))))
 
 (define %hpcguix-web-channel-descriptions
   ;; Channel metadata displayed by hpcguix-web.



reply via email to

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