aboutsummaryrefslogtreecommitdiff
path: root/gn/packages
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-08 10:10:08 +0300
committerFrederick Muriuki Muriithi2024-03-08 10:10:08 +0300
commit869598d39a532c6acc83bb0b9d21baaa79476973 (patch)
treed965b14f88475490592aa6f7635e70d3359b3d31 /gn/packages
parent3414d825a9799f30d92e5188378cb7ad69db0eb0 (diff)
downloadguix-bioinformatics-869598d39a532c6acc83bb0b9d21baaa79476973.tar.gz
gn-uploader: Use more modern list-style inputs. Fix version number.
Diffstat (limited to 'gn/packages')
-rw-r--r--gn/packages/genenetwork.scm22
1 files changed, 11 insertions, 11 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index dae4b54..98d92ac 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -350,7 +350,7 @@
(version "0.0.1"))
(package
(name "gn-uploader")
- (version (string-append version (string-take commit 8)))
+ (version (string-append version "-" (string-take commit 8)))
(source
(origin
(method git-fetch)
@@ -371,17 +371,17 @@
(when tests?
(invoke "pytest" "-m" "unit_test")))))))
(native-inputs
- `(("python-mypy" ,python-mypy)
- ("python-pylint" ,python-pylint)
- ("python-pytest" ,python-pytest)
- ("python-hypothesis" ,python-hypothesis)))
+ (list python-mypy
+ python-pylint
+ python-pytest
+ python-hypothesis))
(propagated-inputs
- `(("gunicorn" ,gunicorn)
- ("python-redis" ,python-redis)
- ("python-flask" ,python-flask)
- ("python-pyyaml" ,python-pyyaml)
- ("python-jsonpickle" ,python-jsonpickle)
- ("python-mysqlclient" ,python-mysqlclient)))
+ (list gunicorn
+ 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,