diff options
author | Frederick Muriuki Muriithi | 2024-11-22 11:32:26 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-22 11:32:26 -0600 |
commit | 9eb44fd3469794388b873d43c5e1d09b072f33d2 (patch) | |
tree | 8a4e474c4b474e757f2f973f236efa5091845a37 /gn/packages | |
parent | 4e6157d732b852bc4e94700f717b0bcc926ae904 (diff) | |
download | guix-bioinformatics-9eb44fd3469794388b873d43c5e1d09b072f33d2.tar.gz |
gn-auth: Upgrade to 346217b.
Diffstat (limited to 'gn/packages')
-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 |