aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-07-26 15:44:24 +0300
committerBonfaceKilz2023-07-26 15:46:01 +0300
commitc82f0a92f8acdd6207d4dc8027243c35550efb59 (patch)
treeea4e2214e653796af4c01f7be7ce8bbd88389678 /.guix-channel
parent685a85ca335fe9c9b11f1ab86bb651ebfd993444 (diff)
downloadgenenetwork2-c82f0a92f8acdd6207d4dc8027243c35550efb59.tar.gz
Roll back to python 3.9 in .guix-channel
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel4
1 files changed, 3 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel
index 6baeee2f..bc9e8bdb 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -7,7 +7,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"))
;; This shouldn't be needed, it should be pulled in by guix-bioinformatics.
(channel
(name guix-past)