diff options
author | Pjotr Prins | 2021-05-13 07:46:50 +0000 |
---|---|---|
committer | Pjotr Prins | 2021-05-13 07:46:50 +0000 |
commit | 3dce8693c6b1940549d81ebac8e3c10c9c0a1265 (patch) | |
tree | de726bfdbf0ed225475081aa652dfcb292a5a41e /gn | |
parent | e1cddeb8c613ffd53e822d7c0569d90a2bc58108 (diff) | |
download | guix-bioinformatics-3dce8693c6b1940549d81ebac8e3c10c9c0a1265.tar.gz |
genenetwork2: add python-configparser
Diffstat (limited to 'gn')
-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 56da11e..464140d 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -488,6 +488,7 @@ Graphical Fragment Assembly} files and related formats.") ("python" ,python-wrapper) ("python-pillow" ,python-pillow) ("python-coverage" ,python-coverage) + ("python-configparser" ,python-configparser) ;; maintenance/scripts ("python-flask" ,python-flask) ("gunicorn" ,gunicorn) ("python-autopep8" ,python-autopep8) |