diff options
author | Frederick Muriuki Muriithi | 2025-08-21 15:39:34 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-08-21 15:39:34 -0500 |
commit | 5c47e547357788829e99de53c5556892ae9e550d (patch) | |
tree | ac9cf7cead6c720bf94986a23cd46d0ef3ca2142 | |
parent | 1bef92e160344b358a392754416febd25f0f6ebf (diff) | |
download | guix-bioinformatics-5c47e547357788829e99de53c5556892ae9e550d.tar.gz |
genenetwork2: Upgrade to commit 07f9273.
-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 4adc33b..0729289 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -226,7 +226,7 @@ storage.") (license license:bsd-3))) (define-public genenetwork2 - (let ((commit "5bb1beac8ae8d71eb565d4870e5ede3333c0be4e") + (let ((commit "07f927395ac5db2105b2b6994a71697a707891c1") (revision "4")) (package (name "genenetwork2") @@ -239,7 +239,7 @@ storage.") (file-name (string-append name "-" version)) (sha256 (base32 - "0gsq9skgdlk6mp8ig197jw5nmca60i3799hrf05i78gcisc0xg31")))) + "0yk6hqzxp502hyx0k73i35vi1syspqpq2ygqk0hxl8vl1q5n3bmm")))) (native-inputs (list graphviz)) (propagated-inputs |