diff options
author | Frederick Muriuki Muriithi | 2025-08-21 15:54:56 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-08-21 15:54:56 -0500 |
commit | 5e623eb8fd0650c17f9004678f9d0a54d8c9b4f0 (patch) | |
tree | 37d2264c1c4a7dcfeda59901a13e64eca7c30f97 | |
parent | 5c47e547357788829e99de53c5556892ae9e550d (diff) | |
download | guix-bioinformatics-5e623eb8fd0650c17f9004678f9d0a54d8c9b4f0.tar.gz |
genenetwork2: Upgrade to commit eecad67.
-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 0729289..71aba48 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 "07f927395ac5db2105b2b6994a71697a707891c1") + (let ((commit "eecad67bdc189774865256f8fba2fe631fc1a9b3") (revision "4")) (package (name "genenetwork2") @@ -239,7 +239,7 @@ storage.") (file-name (string-append name "-" version)) (sha256 (base32 - "0yk6hqzxp502hyx0k73i35vi1syspqpq2ygqk0hxl8vl1q5n3bmm")))) + "1ch95l78cwj3377021hb45g19svpid4w3fixgyznnkwliap5pbhm")))) (native-inputs (list graphviz)) (propagated-inputs |