aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorArun Isaac2021-11-19 16:57:37 +0530
committerArun Isaac2021-11-19 16:57:37 +0530
commit9c8366f6a79bd3e7bfef044f6e7758bb1b6fb120 (patch)
treefb8a4bf7cb69fa75a2dcba3bf04884f6ced73843 /guix.scm
parentf19ae84077995e621fd559bc0e56127800593f99 (diff)
downloadgenenetwork3-9c8366f6a79bd3e7bfef044f6e7758bb1b6fb120.tar.gz
Sort inputs in package definition.
* guix.scm (genenetwork3)[propagated-inputs]: Sort.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/guix.scm b/guix.scm
index 6a5bbfe..8808d87 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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")