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 acdb54d..e8ee55b 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -532,7 +532,7 @@ storage.") (license license:agpl3+)))) (define-public gn-auth - (let ((commit "09e27e96092f9a2e4f731709b8e8fdcd9835069a") + (let ((commit "33418d9f428c8ea5dc14f2accc15f4abbf275ab2") (revision "01")) (package (name "gn-auth") @@ -547,7 +547,7 @@ storage.") (hash (content-hash (base32 - "06hjsh6vgjmpsi2d8mzgigypykng7r0jdvvp15bs04ag83617i9k"))))) + "0ljwhcdm65z33b352skg84c4b04qsg76k1ing43y6sw427rxjany"))))) (build-system python-build-system) (arguments (list |