diff options
author | Frederick Muriuki Muriithi | 2025-08-27 12:25:03 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-08-27 12:25:03 -0500 |
commit | cffafde125f3e711418d3ebb62eacd48a3efa8cf (patch) | |
tree | ac80d3e3f1e45ef5f476cd0e2edf629d3c1390f8 | |
parent | 0d315a9204be299b36b04ab2112f9fb22ab7069a (diff) | |
download | guix-bioinformatics-cffafde125f3e711418d3ebb62eacd48a3efa8cf.tar.gz |
gn-auth: Upgrade to commit 33418d9.
-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 |