diff options
author | Frederick Muriuki Muriithi | 2025-07-03 12:24:40 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-03 12:24:40 -0500 |
commit | 2586e24698385dff2987bd7764db701fef4f576c (patch) | |
tree | 2821c188e6ac6daf20161e23fb1565bda6707dbb /gn | |
parent | 07bb6542d933100e40b91513c768380a15ebe0fc (diff) | |
download | guix-bioinformatics-2586e24698385dff2987bd7764db701fef4f576c.tar.gz |
gn-auth: Upgrade to commit 09e27e9.
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 a7bbc0c..cf5911c 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -529,7 +529,7 @@ storage.") (license license:agpl3+)))) (define-public gn-auth - (let ((commit "b2826cfa28da90496ba58e3070e5d09aa6b8830f") + (let ((commit "09e27e96092f9a2e4f731709b8e8fdcd9835069a") (revision "01")) (package (name "gn-auth") @@ -544,7 +544,7 @@ storage.") (hash (content-hash (base32 - "164kmig4m6g3qzlvl5c9y81li4jk0r5izaj1kl3c4rsrxxax08qf"))))) + "06hjsh6vgjmpsi2d8mzgigypykng7r0jdvvp15bs04ag83617i9k"))))) (build-system python-build-system) (arguments (list |