diff options
author | Frederick Muriuki Muriithi | 2025-01-07 15:01:56 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-07 15:01:56 -0600 |
commit | f1ee97a17e670b12112d48bea8969e2ee162f808 (patch) | |
tree | e8bd852e0040d5a65e96c1cd293914da30144165 /gn | |
parent | 758e6f0fbf6af4af5b94b9aa5a9264c31f050153 (diff) | |
download | guix-bioinformatics-f1ee97a17e670b12112d48bea8969e2ee162f808.tar.gz |
genenetwork2: upgrade to commit 8bf483a.
Diffstat (limited to 'gn')
-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 640607d..5da4f0c 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -191,7 +191,7 @@ (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "125c436f5310b194c10385ce9d81135518ac0adf") + (let ((commit "8bf483a3ab23ebf25d73380e78271c368ff06b2d") (revision "4")) (package (name "genenetwork2") @@ -204,7 +204,7 @@ (file-name (string-append name "-" version)) (sha256 (base32 - "1sah0ks2q2ckrghcapzgzs3k5fi0i5wgzqpr1lpsrg6yy5mxj28i")))) + "0x263mr1zngji7ngjxl5vzrbkc6gkq9xn892hkgwy94fxmdyf8xb")))) (native-inputs (list graphviz)) (propagated-inputs |