From abbc7e69b0d05d4c036136948f1a7fce5de5d611 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 21 Jun 2022 15:44:20 +0300 Subject: gn: Update genenetwork3 * gn/packages/genenetwork.scm (commit): Update it. (source): Update hash. (propagated-inputs): Remove python-ipfshttpclient. --- gn/packages/genenetwork.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 714cca3..ce5ff0f 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -99,7 +99,7 @@ (license #f)))) (define-public genenetwork3 - (let ((commit "c2a6570a3dc2a9ae092b6a8273e7c6c0904dc1e1")) + (let ((commit "b4e81dd5cba130f0a2f47771bb2fd4d289ef745d")) (package (name "genenetwork3") (version (git-version "0.1.0" "2" commit)) @@ -112,7 +112,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1ql9hzk2a3y6zid9cb58132xqcwpfc31nlcjl9phaz55mw0kd4mc")))) + "0a3slgb1bi8whwijx02mww6iiw14bihqva3jsy4vi47hlgq83jh7")))) (native-inputs (list python-hypothesis python-mypy @@ -127,7 +127,8 @@ python-bcrypt python-flask python-flask-cors - python-ipfshttpclient + ;; Not working in Python > 3.8 + ;; python-ipfshttpclient python-lmdb python-mysqlclient python-numpy -- cgit v1.2.3