diff options
author | Frederick Muriuki Muriithi | 2025-06-30 12:49:43 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-30 12:49:43 -0500 |
commit | ffce22df92568497ae91bbf1c4fc5cc67c4fb38e (patch) | |
tree | 6b3aa3b52b47d130350189b517947d462c6e7064 /gn | |
parent | 039e0f669767068cad000628ee6bb5e5735cd140 (diff) | |
download | guix-bioinformatics-ffce22df92568497ae91bbf1c4fc5cc67c4fb38e.tar.gz |
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 2c7f674..cc8a7a4 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 "171c99cca7f981db6f41a7362ec8d98a350b787a") + (let ((commit "9cde85087cde795bfd269d9d9b9b80aef07d9e18") (revision "4")) (package (name "genenetwork2") @@ -237,7 +237,7 @@ storage.") (file-name (string-append name "-" version)) (sha256 (base32 - "1c9gxsx3nrv05jgng25kpzwfs5nhnbg84fh98hwzkama3n8d5zh6")))) + "14ygdl7wq4li0b2ayhim5z8kp8kcln08mr2zp38nrlf3cz75sw71")))) (native-inputs (list graphviz)) (propagated-inputs |