diff options
author | Frederick Muriuki Muriithi | 2022-09-30 09:53:26 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-09-30 09:53:26 +0300 |
commit | 2d925451e19452f92ae105fe3086f838c36267a4 (patch) | |
tree | f8e7eaffbbad5144481b0ec0138f81df6a774587 | |
parent | 17957d364931d006f3ea9d2f6932cf9d9c324d5f (diff) | |
download | guix-bioinformatics-2d925451e19452f92ae105fe3086f838c36267a4.tar.gz |
gn: (genenetwork2): Update to 3.11-2.6f1a66b
* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-2.6f1a66b
-rw-r--r-- | gn/packages/genenetwork.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 1567e52..22051ab 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -157,7 +157,7 @@ (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "be09d5a11fd567b59bf23cb3bab86cebf5fc0bd1")) + (let ((commit "6f1a66b32cca2ac6e3178fde35ff45edace6522d")) (package (name "genenetwork2") (version (git-version "3.11" "2" commit)) @@ -169,7 +169,7 @@ (file-name (string-append name "-" version)) (sha256 (base32 - "14pqf067jl6qaqpwb4razjj8n44c2rl0cdfsx541w1k8lb7gsd2m")))) + "0iws8pwpmnmjs6y368s3mly4vm5x3x2vl9qv33yv4nlsg9zznr5q")))) (native-inputs (list graphviz)) (propagated-inputs @@ -189,7 +189,7 @@ ("gemma-wrapper" ,gemma-wrapper) ("plink-ng-gn" ,plink-ng-gn) ("rust-qtlreaper" ,rust-qtlreaper) - ("gn-rust-correlation" ,gn-rust-correlation) + ("gn-rust-correlation" ,gn-rust-correlation) ("glibc-utf8-locales" ,glibc-utf8-locales) ("nginx" ,nginx) ("python" ,python-wrapper) |