diff options
author | Frederick Muriuki Muriithi | 2025-06-11 04:34:05 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-11 04:34:05 -0500 |
commit | 70b2b4bd785496340cc6696b0b83e8dc741356dd (patch) | |
tree | 5a927a4eaf64f115b12d9c67b280da7e38ab30f7 | |
parent | 210b3cbfe5700e5c3723e71b3f35b227d44a2738 (diff) | |
download | guix-bioinformatics-70b2b4bd785496340cc6696b0b83e8dc741356dd.tar.gz |
gn-auth: Upgrade to commit 23d4838.
-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 9459d21..71980e0 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -528,7 +528,7 @@ storage.") (license license:agpl3+)))) (define-public gn-auth - (let ((commit "5cad25d44bc789e3f7de417cbe3b40b5073d2294") + (let ((commit "23d483874c0ed4f8bc031c7a38e1f70f032e542c") (revision "01")) (package (name "gn-auth") @@ -543,7 +543,7 @@ storage.") (hash (content-hash (base32 - "1qvpn2f55z51g9y5rpszipjz4pk5h6g8fjxshc36fxjn298p3g7v"))))) + "10disv112jhmxqs98y4kwvbwfp31x93hkb0yy1nw08d2l9bgsx17"))))) (build-system python-build-system) (arguments (list |