diff options
author | Frederick Muriuki Muriithi | 2023-09-19 11:56:05 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-09-19 11:56:05 +0300 |
commit | 9d519e79f65ff30286e3f763614e6fb632e2c028 (patch) | |
tree | cd5342641b2562bf79e5e6c9bb115f51243531d5 /.guix-channel | |
parent | cb4a2d60d85601ca9557cc274da351938e13fb8f (diff) | |
download | gn-auth-9d519e79f65ff30286e3f763614e6fb632e2c028.tar.gz |
Remove pinned commit
Diffstat (limited to '.guix-channel')
-rw-r--r-- | .guix-channel | 3 |
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. |