aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.guix-channel3
1 files changed, 1 insertions, 2 deletions
diff --git a/.guix-channel b/.guix-channel
index cec9dd8..5cb6e2a 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -5,8 +5,7 @@
(channel
(name guix-bioinformatics)
(url "https://gitlab.com/genenetwork/guix-bioinformatics.git")
- (branch "master")
- (commit "fb1e8dbcf7cc46fa9a09a431f6842d9290f6e819"))
+ (branch "master"))
;; 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.