diff options
author | Frederick Muriuki Muriithi | 2025-07-01 12:20:27 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-01 12:20:27 -0500 |
commit | 69d15b8e7ef6b550f56f6a7c6de94fd8a4cbd910 (patch) | |
tree | b737eeef784f40b6186d8fbd26c7773109803c2e | |
parent | c5e0efd5733a97b626330ead6f7b208635a5d279 (diff) | |
download | guix-bioinformatics-69d15b8e7ef6b550f56f6a7c6de94fd8a4cbd910.tar.gz |
Genenetwork2: Upgrade to commit ec7b565.
-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 a2f0d29..502ee34 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -224,7 +224,7 @@ storage.") (license license:bsd-3))) (define-public genenetwork2 - (let ((commit "9cde85087cde795bfd269d9d9b9b80aef07d9e18") + (let ((commit "ec7b5652541e74a09afae39db2207b0b008191fb") (revision "4")) (package (name "genenetwork2") @@ -237,7 +237,7 @@ storage.") (file-name (string-append name "-" version)) (sha256 (base32 - "14ygdl7wq4li0b2ayhim5z8kp8kcln08mr2zp38nrlf3cz75sw71")))) + "0flmcv5rhhx3658k2vpcwscnpm4y97n9cq5zcsz645mgkzxzqpig")))) (native-inputs (list graphviz)) (propagated-inputs |