diff options
author | Frederick Muriuki Muriithi | 2024-10-03 15:12:03 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-03 15:12:03 -0500 |
commit | 0bfa5a068780ef3df6716a12e2f551879f694e42 (patch) | |
tree | 24a3244cb1fe2388dd27706c28c5aa0110628f1a /gn | |
parent | a220d0485c58af8cff1aacb5d240f701d4d63c78 (diff) | |
download | guix-bioinformatics-0bfa5a068780ef3df6716a12e2f551879f694e42.tar.gz |
gn-auth: Update commit and hash.
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 2e574da..0aa43d9 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -479,7 +479,7 @@ (license license:agpl3+)))) (define-public gn-auth - (let ((commit "12edc160df0ead9ac1ae4e62a44d49582e063021") + (let ((commit "8679ee038a1976c2504af4c4b61af6004f54de65") (revision "01")) (package (name "gn-auth") @@ -493,7 +493,7 @@ (hash (content-hash (base32 - "11kixqv3rwfaad43bcqyh085gb0jfcpvzrlx66grkk73cqydgyzl"))))) + "0p3nxg8dyxxhg8cv1yznmazch6wilg9irrhcn9499mqbcbn3ig9i"))))) (build-system python-build-system) (arguments (list |