diff options
author | Arun Isaac | 2023-10-28 02:05:17 +0100 |
---|---|---|
committer | Arun Isaac | 2023-10-28 02:06:37 +0100 |
commit | 4612e9c6f6d83784a918aa0fc4b16d1f98685da8 (patch) | |
tree | e0f712ab0a4586d510d9cb9d6bbc08644a188a5a | |
parent | ae0a7f9af45dab0c545eb86ef47362462ba3921b (diff) | |
download | genenetwork3-4612e9c6f6d83784a918aa0fc4b16d1f98685da8.tar.gz |
Revert "Roll back to python 3.9 in .guix-channel"
This reverts commit 38b2241d31fdbc4f239eae2b3e3b1a8e31a2f4c6.
-rw-r--r-- | .guix-channel | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.guix-channel b/.guix-channel index 415ec74..222b451 100644 --- a/.guix-channel +++ b/.guix-channel @@ -6,9 +6,7 @@ (dependencies (channel (name guix-bioinformatics) - (url "https://gitlab.com/genenetwork/guix-bioinformatics.git") - (branch "master") - (commit "fb1e8dbcf7cc46fa9a09a431f6842d9290f6e819")) + (url "https://gitlab.com/genenetwork/guix-bioinformatics.git")) ;; 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. |