diff options
author | Pjotr Prins | 2024-04-03 06:43:34 -0500 |
---|---|---|
committer | Pjotr Prins | 2024-04-03 06:43:34 -0500 |
commit | 9dd4e53a93f7c3a9aa970b6e2a787e4122461c13 (patch) | |
tree | 92ff2ebecf5a57efdc74e761ec01604068743ab2 | |
parent | 6303fe046b944a380704eb02144cca777fee689b (diff) | |
download | guix-bioinformatics-9dd4e53a93f7c3a9aa970b6e2a787e4122461c13.tar.gz |
genenetwork3-stable: update hash
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index c404c53..f7337c4 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -348,7 +348,7 @@ (license license:agpl3+)))) (define-public genenetwork3-stable - (let ((commit "d8203aaa523895fd8b1ff6cc124f2e8a53932a07") + (let ((commit "e5569c3bb1c0d59ff7142273c5f51fe19f06cfe8") (revision "1")) (package (inherit genenetwork3) |