diff options
author | Frederick Muriuki Muriithi | 2024-11-22 11:32:26 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-22 11:34:30 -0600 |
commit | d71fe0fdf533c0fc33e3261b4b9973b7ad3e63ac (patch) | |
tree | a728b7fa3fe1e94a889b0b16b2995615b643eb94 | |
parent | fe2d53627f4e5b793b52e50bbfc0a4fc9a10d89a (diff) | |
download | guix-bioinformatics-d71fe0fdf533c0fc33e3261b4b9973b7ad3e63ac.tar.gz |
gn-auth: Upgrade to 346217b.
-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 c77e71a..2178b65 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -485,7 +485,7 @@ (license license:agpl3+)))) (define-public gn-auth - (let ((commit "4c21d0e43cf0de1084d0e0a243e441c6e72236eb") + (let ((commit "346217b95a4aac17a5c7ac05c00d1205fa1855c5") (revision "01")) (package (name "gn-auth") @@ -499,7 +499,7 @@ (hash (content-hash (base32 - "0z9qpgn0j9idzi975ykh04bq2r4pz5d0pppk2zvxiyhxxgxjydrx"))))) + "0nyxml3s778zaq3r0r9z5d7010hmbzvlwdbm5xnmrzc0xlx223g3"))))) (build-system python-build-system) (arguments (list |