diff options
author | Frederick Muriuki Muriithi | 2025-01-07 12:45:15 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-07 12:46:46 -0600 |
commit | 5fe04ca1545f740cbb91474576891c7fd1dff13a (patch) | |
tree | 4d64fafa128d711af10f782f5fca00a549fa5863 /gn | |
parent | 66881f51b6acb5c90ffabbb373f86ae07f6a4653 (diff) | |
download | guix-bioinformatics-5fe04ca1545f740cbb91474576891c7fd1dff13a.tar.gz |
genenetwork2: Upgrade to commit 93dd7f7
This is to help troubleshoot the refresh token process and identify
causes of failures.
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 9695a72..e244cd4 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -191,7 +191,7 @@ (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "55da5809d851a3c8bfa13637947b019a2c02cc93") + (let ((commit "93dd7f7583af4e0bdd3c7b9c88d375fdc4b40039") (revision "4")) (package (name "genenetwork2") @@ -204,7 +204,7 @@ (file-name (string-append name "-" version)) (sha256 (base32 - "13m4hf5v5blwipbij2j49y1sq6q2nzr42pavjf1im2n34dpjn5rh")))) + "01hsa2205hks67ahmxvgwv92wyf3fir5hfn5pxs5yll8a11n7pgx")))) (native-inputs (list graphviz)) (propagated-inputs |