diff options
author | BonfaceKilz | 2020-07-23 13:47:24 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-08-04 13:10:04 +0300 |
commit | 4e318da7467d0439b55864b88cd9d95c17e37b24 (patch) | |
tree | c597bc9616a4fd4f4183f199c80dd61b817d7243 /gn/packages | |
parent | fbd7fa2b583fce2a43f4f47747f0dbdab8878909 (diff) | |
download | guix-bioinformatics-4e318da7467d0439b55864b88cd9d95c17e37b24.tar.gz |
gn: python3-genenetwork: Rename unittest2 input
Diffstat (limited to 'gn/packages')
-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 cc981e0..671d5e9 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -347,7 +347,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 |