diff options
author | Frederick Muriuki Muriithi | 2023-09-27 14:33:27 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-09-27 14:33:27 +0300 |
commit | 31bc467225bab461ba758e2e31299eb47c8e5c44 (patch) | |
tree | d210c29e3cfff4f3e8616de7efe9040a13b2c8b2 /gn/packages | |
parent | 761a61bd77d1a4ade316bebe30aee1a136071025 (diff) | |
download | guix-bioinformatics-31bc467225bab461ba758e2e31299eb47c8e5c44.tar.gz |
gn-auth: List packages to install
List all packages to install to hopefully fix failure in
`sanity-check` phase.
Diffstat (limited to 'gn/packages')
-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 69d2e23..42296c0 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -475,11 +475,11 @@ (method git-fetch) (uri (git-reference (url "https://github.com/genenetwork/gn-auth.git") - (commit "971c15423bbc3c090c28eca7a50caf90a5ad5411"))) + (commit "9961237078834c342e5bf7d7d6ffd7f27be09c67"))) (hash (content-hash (base32 - "07lkbdjhqr0qfw8v4rzqw1phyi63qxknzyyavsqmimrvx8wkq4nd"))))) + "1nmwcwa897gv4dmn16swk7g9lsnl7jnzlb6qbsg38pgiwhyh6mrk"))))) (build-system python-build-system) (arguments (list |