diff options
author | Frederick Muriuki Muriithi | 2024-03-05 06:52:10 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-05 06:52:10 +0300 |
commit | 2356005a27de00613f9ae29dde021953cd05fc1f (patch) | |
tree | 03dc8a4a994695d672601098f3aecc11db465e46 /gn/packages/genenetwork.scm | |
parent | b27452660632d72e1b066acff9072f4a5b645c3e (diff) | |
download | guix-bioinformatics-2356005a27de00613f9ae29dde021953cd05fc1f.tar.gz |
genenetwork2: Update commit and hash.
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 ad27cb0..9d545fb 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -186,7 +186,7 @@ (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "a0b8e0a2d0c35542a47f906192d08d39bff290ff") + (let ((commit "084ce21fb1d8263e9d8f50ed1fe74799af10fb52") (revision "4")) (package (name "genenetwork2") @@ -199,7 +199,7 @@ (file-name (string-append name "-" version)) (sha256 (base32 - "0awspvn2fyllr5dkyskf62zxr38m2dhn8jiyzh8rq036mmd4ixya")))) + "02x47kilmi8a00vd1bbcvzsgxnhyxjx4wva64b1jv2ijjgypbbgk")))) (native-inputs (list graphviz)) (propagated-inputs |