diff options
author | Frederick Muriuki Muriithi | 2023-09-27 13:42:13 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-09-27 13:42:13 +0300 |
commit | 761a61bd77d1a4ade316bebe30aee1a136071025 (patch) | |
tree | 81104f38137c8882885801c765dd78a8c87a0ade /gn/packages/genenetwork.scm | |
parent | 9be94892e0a2446f104a72f680a926020ad8578c (diff) | |
download | guix-bioinformatics-761a61bd77d1a4ade316bebe30aee1a136071025.tar.gz |
gn-auth: Use newer setup.py
Use updated setup.py to try and fix issues with the `sanity-check` phase.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-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 d2b59c5..69d2e23 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 "f4b9e51192a8dea3399ca83226a47a518b3ea5c5"))) + (commit "971c15423bbc3c090c28eca7a50caf90a5ad5411"))) (hash (content-hash (base32 - "054i9va4850dcfiwzz79r4w4h2cinh3d6l1l4jc8s4sy7bjb50zp"))))) + "07lkbdjhqr0qfw8v4rzqw1phyi63qxknzyyavsqmimrvx8wkq4nd"))))) (build-system python-build-system) (arguments (list |