aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-09-19 11:56:05 +0300
committerFrederick Muriuki Muriithi2023-09-19 11:56:05 +0300
commit9d519e79f65ff30286e3f763614e6fb632e2c028 (patch)
treecd5342641b2562bf79e5e6c9bb115f51243531d5 /.guix-channel
parentcb4a2d60d85601ca9557cc274da351938e13fb8f (diff)
downloadgn-auth-9d519e79f65ff30286e3f763614e6fb632e2c028.tar.gz
Remove pinned commit
Diffstat (limited to '.guix-channel')
-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.