aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2021-08-26 07:33:44 +0300
committerMuriithi Frederick Muriuki2021-08-26 07:33:44 +0300
commitbe4445e91f4a752ef7bbb99ed7d813c5fc88f467 (patch)
treea485586c866d8dd53a6cef0dec148ceb20717c3f /guix.scm
parent7aa5f5422908b4dbfc80f3f73b008507878a34aa (diff)
downloadgenenetwork3-be4445e91f4a752ef7bbb99ed7d813c5fc88f467.tar.gz
Update imported module name
Issue: https://github.com/genenetwork/gn-gemtext-threads/blob/main/topics/gn1-migration-to-gn2/clustering.gmi * guix.scm: (gn packages golang) ==> (gnu packages golang) csvdiff has moved to upstream guix and been removed from latest guix-bioinformatics.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 868bd74..8e1cf79 100644
--- a/guix.scm
+++ b/guix.scm
@@ -43,7 +43,7 @@
(gnu packages databases)
(gnu packages statistics)
(gnu packages bioconductor)
- (gn packages golang)
+ (gnu packages golang)
(gn packages genenetwork)
(gnu packages python)
(gnu packages python-check)