diff options
author | Frederick Muriuki Muriithi | 2024-11-05 10:26:49 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-05 10:26:49 -0600 |
commit | 19cc86dc95b623e083991676bc71f88087e26883 (patch) | |
tree | 011ed9934ccf618d76c912dae18a913fa8e8b64b /gn/packages | |
parent | 388b609308ac64578cade41814e9adf1c73b734a (diff) | |
download | guix-bioinformatics-19cc86dc95b623e083991676bc71f88087e26883.tar.gz |
Upgrade gn-auth to 9a8b8a4.
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 9a07c04..f3d0bee 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -483,7 +483,7 @@ (license license:agpl3+)))) (define-public gn-auth - (let ((commit "95e65819fd4155f539734a5de2eb108d232703a6") + (let ((commit "9a8b8a46ad7e0786651322c8c5fa65d882b993fd") (revision "01")) (package (name "gn-auth") @@ -497,7 +497,7 @@ (hash (content-hash (base32 - "0z9qpgn0j9idzi975ykh04bq2r4pz5d0pppk2zvxiyhxxgxjydrx"))))) + "0qxidyq9libm1kxg823vz1wkfsq8dq24gpvhr7b557vd5d25qxxm"))))) (build-system python-build-system) (arguments (list |