diff options
author | BonfaceKilz | 2022-03-16 15:51:19 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-03-16 15:52:13 +0300 |
commit | b923c80749dce8f78c623b3908618941c5305f03 (patch) | |
tree | 00220a3b299275830306df04705500e82623da19 /gn/packages/genenetwork.scm | |
parent | 0e00652348dba909ba0454540a28924007d5d756 (diff) | |
download | guix-bioinformatics-b923c80749dce8f78c623b3908618941c5305f03.tar.gz |
gn: genenetwork3: Update to 0.1.0-2.16367da.
* gn/packages/genenetwork.scm (genenetwork3): Update to
0.1.0-2.16367da.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index de180be..6d58f37 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 "83a7aa7533f8f4ecac049dc0e93aff6429e6e5ae")) + (let ((commit "16367dab9248d3aa2660e0b5cafdce25e8f7067c")) (package (name "genenetwork3") (version (git-version "0.1.0" "2" commit)) @@ -128,7 +128,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0vn68azdzkp0svblc2q1s2sqj4nfiani1fak6ankcskbxyvlali4")))) + "0gm93kac4j36djv07d2nv609r29vlby3ak2287ipfnqs46jjz8s5")))) (native-inputs (list python-hypothesis python-mypy |