diff options
author | Munyoki Kilyungi | 2023-07-26 15:30:38 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-07-26 15:30:38 +0300 |
commit | 38b2241d31fdbc4f239eae2b3e3b1a8e31a2f4c6 (patch) | |
tree | 2c1fccedddf5eff1cbc7f6d999a87d9094223ec9 /.guix-channel | |
parent | 74e5267c5d3e6ca753a259cc98d9a73aa145ccd7 (diff) | |
download | genenetwork3-38b2241d31fdbc4f239eae2b3e3b1a8e31a2f4c6.tar.gz |
Roll back to python 3.9 in .guix-channel
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index 222b451..415ec74 100644 --- a/.guix-channel +++ b/.guix-channel @@ -6,7 +6,9 @@ (dependencies (channel (name guix-bioinformatics) - (url "https://gitlab.com/genenetwork/guix-bioinformatics.git")) + (url "https://gitlab.com/genenetwork/guix-bioinformatics.git") + (branch "master") + (commit "fb1e8dbcf7cc46fa9a09a431f6842d9290f6e819")) ;; FIXME: guix-bioinformatics depends on guix-past. So, there ;; should be no reason to explicitly depend on guix-past. But, the ;; channel does not build otherwise. This is probably a guix bug. |