diff options
author | Frederick Muriuki Muriithi | 2024-11-08 12:18:16 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-08 12:18:16 -0600 |
commit | 1f941357ef533c764e15fe2614f6ba2bc88d17ea (patch) | |
tree | 1166272688afe69afa36904b92ae7e7abec7a69b /gn/packages/genenetwork.scm | |
parent | d3e1716f5fcb8c70a3175d38ac5c0b57dc5093da (diff) | |
download | guix-bioinformatics-1f941357ef533c764e15fe2614f6ba2bc88d17ea.tar.gz |
Upgrade gn-auth to 4c21d0e.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-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 283019f..dbfd4e2 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -483,7 +483,7 @@ (license license:agpl3+)))) (define-public gn-auth - (let ((commit "8679ee038a1976c2504af4c4b61af6004f54de65") + (let ((commit "4c21d0e43cf0de1084d0e0a243e441c6e72236eb") (revision "01")) (package (name "gn-auth") @@ -497,7 +497,7 @@ (hash (content-hash (base32 - "0p3nxg8dyxxhg8cv1yznmazch6wilg9irrhcn9499mqbcbn3ig9i"))))) + "0z9qpgn0j9idzi975ykh04bq2r4pz5d0pppk2zvxiyhxxgxjydrx"))))) (build-system python-build-system) (arguments (list |