diff options
author | Frederick Muriuki Muriithi | 2023-08-31 06:03:59 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-31 06:03:59 +0300 |
commit | 0d743eb249bbdb67009d23ee53b2ee0ae881f725 (patch) | |
tree | 40f3c83e29f874545a1c8901a82a5ef7b4e011ce /.guix-channel | |
parent | 39da338e6dc84c4b79a9a924d36e96d165c17877 (diff) | |
download | guix-bioinformatics-0d743eb249bbdb67009d23ee53b2ee0ae881f725.tar.gz |
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
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.guix-channel b/.guix-channel index e42b9ad..ea119e1 100644 --- a/.guix-channel +++ b/.guix-channel @@ -2,6 +2,11 @@ (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") (introduction |