diff options
author | BonfaceKilz | 2020-07-23 13:47:24 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-07-24 21:54:50 +0300 |
commit | 051d2fc1f66c84c1ea0da0e49fa6712eb07414fa (patch) | |
tree | fd93e54af7471d8cb29293ddd27669c4f41a1d55 | |
parent | f6c6810854da38ac54e6dada6de0d2a80c3fad86 (diff) | |
download | guix-bioinformatics-051d2fc1f66c84c1ea0da0e49fa6712eb07414fa.tar.gz |
genenetwork2: rename unittest2 input
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index cb9f115..214f040 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -352,7 +352,7 @@ implemented, light on server resource usage, and fairly speedy.") ("python2-scipy" ,python2-scipy) ("python2-simplejson" ,python2-simplejson) ("python2-pyyaml" ,python2-pyyaml) - ("python2-unittest2" ,python2-unittest2) + ("python-unittest2" ,python-unittest2) ("python2-xlsxwriter" ,python2-xlsxwriter) ("python2-qtlreaper" ,python2-qtlreaper) ;; All the external js dependencies |