diff options
author | Arun Isaac | 2021-11-19 16:57:37 +0530 |
---|---|---|
committer | Arun Isaac | 2021-11-19 16:57:37 +0530 |
commit | 9c8366f6a79bd3e7bfef044f6e7758bb1b6fb120 (patch) | |
tree | fb8a4bf7cb69fa75a2dcba3bf04884f6ced73843 /guix.scm | |
parent | f19ae84077995e621fd559bc0e56127800593f99 (diff) | |
download | genenetwork3-9c8366f6a79bd3e7bfef044f6e7758bb1b6fb120.tar.gz |
Sort inputs in package definition.
* guix.scm (genenetwork3)[propagated-inputs]: Sort.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -68,24 +68,24 @@ ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) ("python-flask-cors" ,python-flask-cors) + ("python-flask-socketio" ,python-flask-socketio) ("python-ipfshttpclient" ,python-ipfshttpclient) ("python-mypy" ,python-mypy) ("python-mypy-extensions" ,python-mypy-extensions) ("python-mysqlclient" ,python-mysqlclient) ("python-numpy" ,python-numpy) + ("python-pandas" ,python-pandas) + ("python-pingouin" ,python-pingouin) ("python-plotly" ,python-plotly) ("python-pylint" ,python-pylint) ("python-redis" ,python-redis) ("python-requests" ,python-requests) ("python-scipy" ,python-scipy) - ("python-flask-socketio" ,python-flask-socketio) ("r-optparse" ,r-optparse) ("r-qtl" ,r-qtl) + ("r-rjson" ,r-rjson) ("r-stringi" ,r-stringi) ("r-wgcna" ,r-wgcna) - ("r-rjson" ,r-rjson) - ("python-pandas" ,python-pandas) - ("python-pingouin" ,python-pingouin) ("rust-qtlreaper" ,rust-qtlreaper))) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") |