diff options
author | BonfaceKilz | 2022-06-10 14:42:13 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-06-10 14:42:13 +0300 |
commit | c10741079757339b5309d1a9e26dd9c791fe6320 (patch) | |
tree | fd84069fa660a289b0e0a8f692d1e70904a12fe5 | |
parent | 30e50263e965648d1236ad2b20a374ff89d5b151 (diff) | |
download | guix-bioinformatics-c10741079757339b5309d1a9e26dd9c791fe6320.tar.gz |
gn: Update genenetwork3
* gn/packages/genenetwork.scm (commit): Update it.
(source): Update hash.
(propagated-inputs): Add python-lmdb.
-rw-r--r-- | gn/packages/genenetwork.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 396964c..fff2bd7 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -115,7 +115,7 @@ ,@(alist-delete "python-seaborn" (package-propagated-inputs python-pingouin)))))) (define-public genenetwork3 - (let ((commit "39afc680ea3eac81a2e5fff763c1cd1a51156bb5")) + (let ((commit "c2a6570a3dc2a9ae092b6a8273e7c6c0904dc1e1")) (package (name "genenetwork3") (version (git-version "0.1.0" "2" commit)) @@ -128,7 +128,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "09v2y2250wikb0r1ziys4k89132yf7sm5w2qqbyhcj26yzi8cvh9")))) + "1ql9hzk2a3y6zid9cb58132xqcwpfc31nlcjl9phaz55mw0kd4mc")))) (native-inputs (list python-hypothesis python-mypy @@ -144,6 +144,7 @@ python-flask python-flask-cors python-ipfshttpclient + python-lmdb python-mysqlclient python-numpy python-pandas |