aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-06-22 23:45:59 +0300
committerMunyoki Kilyungi2023-06-22 23:45:59 +0300
commit0ef0e8eab0fbdacd56a24ca543bd42bc87b4ef6a (patch)
treee97be78057e450455f3599fbaa27d15feb492dae /.guix-channel
parent550b45e4a9b4902a6ce938ee7b592b779c73ac7b (diff)
downloadguix-bioinformatics-0ef0e8eab0fbdacd56a24ca543bd42bc87b4ef6a.tar.gz
Fix "channel dependency has an invalid introduction field" error
* .guix-channel: Update how channel dependencies are defined to match: https://guix.gnu.org/manual/en/html_node/Declaring-Channel-Dependencies.html
Diffstat (limited to '.guix-channel')
-rw-r--r--.guix-channel14
1 files changed, 8 insertions, 6 deletions
diff --git a/.guix-channel b/.guix-channel
index 0242f27..805b30a 100644
--- a/.guix-channel
+++ b/.guix-channel
@@ -5,9 +5,10 @@
(name guix-past)
(url "https://gitlab.inria.fr/guix-hpc/guix-past")
(introduction
- (make-channel-introduction
- "0c119db2ea86a389769f4d2b9c6f5c41c027e336"
- (openpgp-fingerprint
+ (channel-introduction
+ (version 0)
+ (commit "0c119db2ea86a389769f4d2b9c6f5c41c027e336")
+ (signer
"3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5"))))
(channel
(name guix)
@@ -15,7 +16,8 @@
(branch "master")
(commit "a4e9842a70775a54bbe1369881b739e7ea9a6432")
(introduction
- (make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- (openpgp-fingerprint
+ (channel-introduction
+ (version 0)
+ (commit "9edb3f66fd807b096b48283debdcddccfea34bad")
+ (signer
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))))