From cb7b6093487ed5d48ab316f70b94a9433d377937 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Wed, 17 Mar 2021 16:33:17 +0300 Subject: guix.scm: Add ipfs-httpclient & sqlalchemy-stubs and sort the inputs --- guix.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/guix.scm b/guix.scm index b70b334..a6aaf19 100644 --- a/guix.scm +++ b/guix.scm @@ -68,15 +68,17 @@ #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) ("gemma-wrapper" ,gemma-wrapper) - ("python-bcrypt" ,python-bcrypt) ("python" ,python-wrapper) + ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) - ("python-pylint" python-pylint) - ("python-scipy" ,python-scipy) + ("python-ipfshttpclient" ,python-ipfshttpclient) ("python-mypy" ,python-mypy) ("python-mypy-extensions" ,python-mypy-extensions) + ("python-pylint" python-pylint) ("python-redis" ,python-redis) - ("python-scipy" ,python-scipy))) + ("python-scipy" ,python-scipy) + ("python-scipy" ,python-scipy) + ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs))) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") (synopsis "GeneNetwork3 API for data science and machine learning.") -- cgit v1.2.3