diff options
author | Frederick Muriuki Muriithi | 2024-06-12 13:04:19 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-06-12 13:05:14 -0500 |
commit | e09f102357ffe615d1043167c9e2bed3e2b6b418 (patch) | |
tree | 18ba4bd05cf0117cbb855a5c3e2a7c4227f2e6ad /gn/packages | |
parent | 7f9908d03acd6d2c44733188122313036dc63b64 (diff) | |
download | guix-bioinformatics-e09f102357ffe615d1043167c9e2bed3e2b6b418.tar.gz |
gn-uploader: Fix indentation.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/genenetwork.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index eab8a07..5801cb5 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -445,16 +445,16 @@ (invoke "pytest" "-m" "unit_test"))))))) (native-inputs (list python-mypy - python-pylint - python-pytest - python-hypothesis)) + python-pylint + python-pytest + python-hypothesis)) (propagated-inputs (list gunicorn - python-redis - python-flask - python-pyyaml - python-jsonpickle - python-mysqlclient)) + python-redis + python-flask + python-pyyaml + python-jsonpickle + python-mysqlclient)) (synopsis "GeneNetwork Quality Control Application") (description "gn-uploader is a service allowing upload of new data into GeneNetwork, |