From e1b55f000b82e2c598735fb62f1ea933e5155c68 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 31 Aug 2022 05:31:01 +0300 Subject: gn: genenetwork-qc: Update to 0.0.1-2.ae1fbc0. * gn/packages/quality-control.scm (genenetwork-qc) Update to 0.0.1-2.ae1fbc0. --- gn/packages/quality-control.scm | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'gn/packages/quality-control.scm') diff --git a/gn/packages/quality-control.scm b/gn/packages/quality-control.scm index 2cf5d5f..fae5999 100644 --- a/gn/packages/quality-control.scm +++ b/gn/packages/quality-control.scm @@ -132,7 +132,7 @@ delimited text files: (sbcl-package->ecl-package sbcl-qc-uploads)) (define-public genenetwork-qc - (let ((commit "4808ae57ac83ef00e679c94fe6844c72f18735b9") + (let ((commit "ae1fbc0c56c8732fb85b555eccd4fddb5d8e5437") (revision "2")) (package (name "genenetwork-qc") @@ -142,10 +142,11 @@ delimited text files: (method git-fetch) (uri (git-reference - (url "https://git.genenetwork.org/fredmanglis/gnqc_py.git") + ;;(url "https://git.genenetwork.org/fredmanglis/gnqc_py.git") + (url "https://gitlab.com/fredmanglis/gnqc_py.git") (commit commit))) (sha256 - (base32 "14lbdbkqa5aiwldafirgqsfcydbqqbhz30vrf80afxj9sqxcscd9")))) + (base32 "1161d5860x1fvmpwcbqnv637gzcwhclw4p1qf435yg9lx4j4690y")))) (build-system python-build-system) (arguments `(#:phases @@ -155,15 +156,16 @@ delimited text files: (when tests? (invoke "pytest"))))))) (inputs - (list - python-mypy - python-pylint - python-pytest - python-hypothesis)) + (list redis + python-mypy + python-pylint + python-pytest + python-hypothesis)) (propagated-inputs - (list - python-rq - python-magic)) + (list python-redis + python-flask + python-jsonpickle + python-mysqlclient)) (synopsis "GeneNetwork Quality Control Application") (description "GeneNetwork qc is a quality control application for the data files that -- cgit v1.2.3