diff options
author | Efraim Flashner | 2019-12-03 03:27:08 -0600 |
---|---|---|
committer | Efraim Flashner | 2019-12-03 03:27:08 -0600 |
commit | 900ec50459658207406b0d4dd3faaf3923d7d137 (patch) | |
tree | 00be934d6c532a0590903c1d81b63780483ddd17 /gn/packages/genenetwork.scm | |
parent | ec044f486c4608eb9afc9ff637c63b597a395569 (diff) | |
download | guix-bioinformatics-900ec50459658207406b0d4dd3faaf3923d7d137.tar.gz |
gn: Adjust import for upstream changes
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 47499c2..489a88f 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -20,6 +20,7 @@ #:use-module (gnu packages databases) #:use-module (gnu packages python) #:use-module (gnu packages python-crypto) + #:use-module (gnu packages python-science) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages statistics) |