diff options
-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 a2f0d29..502ee34 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 "9cde85087cde795bfd269d9d9b9b80aef07d9e18") + (let ((commit "ec7b5652541e74a09afae39db2207b0b008191fb") (revision "4")) (package (name "genenetwork2") @@ -237,7 +237,7 @@ storage.") (file-name (string-append name "-" version)) (sha256 (base32 - "14ygdl7wq4li0b2ayhim5z8kp8kcln08mr2zp38nrlf3cz75sw71")))) + "0flmcv5rhhx3658k2vpcwscnpm4y97n9cq5zcsz645mgkzxzqpig")))) (native-inputs (list graphviz)) (propagated-inputs |