diff options
author | Muriithi Frederick Muriuki | 2021-08-26 07:33:44 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2021-08-26 07:33:44 +0300 |
commit | be4445e91f4a752ef7bbb99ed7d813c5fc88f467 (patch) | |
tree | a485586c866d8dd53a6cef0dec148ceb20717c3f /guix.scm | |
parent | 7aa5f5422908b4dbfc80f3f73b008507878a34aa (diff) | |
download | genenetwork3-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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |