From 0d743eb249bbdb67009d23ee53b2ee0ae881f725 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 31 Aug 2023 06:03:59 +0300 Subject: Pin guix-bioinformatics to commit with Python-3.9 A number of GeneNetwork services/applications will not run with Python-3.10. This commit pins guix-bioinformatics to a specific commit to allow use of the older Python-3.10 before we are able to update everything needed to get them running on Python-3.10 --- .guix-channel | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.guix-channel') diff --git a/.guix-channel b/.guix-channel index e42b9ad..ea119e1 100644 --- a/.guix-channel +++ b/.guix-channel @@ -1,6 +1,11 @@ (channel (version 0) (dependencies + (channel + (name guix-bioinformatics) + (url "https://gitlab.com/genenetwork/guix-bioinformatics.git") + (branch "master") + (commit "fb1e8dbcf7cc46fa9a09a431f6842d9290f6e819")) (channel (name guix-past) (url "https://gitlab.inria.fr/guix-hpc/guix-past") -- cgit v1.2.3