diff options
author | Frederick Muriuki Muriithi | 2025-07-03 09:45:21 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-07-03 09:45:21 -0500 |
commit | 0dd360c0f09dc247474b3205f425636ddf6148fc (patch) | |
tree | f805e860b0ba4e743bfe5688a178fc1422741e42 | |
parent | 322dcb9f1b10209f9fd7dc8ef0a6bd80f282cfc6 (diff) | |
download | guix-bioinformatics-0dd360c0f09dc247474b3205f425636ddf6148fc.tar.gz |
gn-auth: Upgrade to commit b2826cf.
-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 34804bb..bec4cd0 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 "23d483874c0ed4f8bc031c7a38e1f70f032e542c") + (let ((commit "b2826cfa28da90496ba58e3070e5d09aa6b8830f") (revision "01")) (package (name "gn-auth") @@ -544,7 +544,7 @@ storage.") (hash (content-hash (base32 - "10disv112jhmxqs98y4kwvbwfp31x93hkb0yy1nw08d2l9bgsx17"))))) + "164kmig4m6g3qzlvl5c9y81li4jk0r5izaj1kl3c4rsrxxax08qf"))))) (build-system python-build-system) (arguments (list |