diff options
author | Frederick Muriuki Muriithi | 2024-11-04 16:59:17 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-04 16:59:17 -0600 |
commit | 388b609308ac64578cade41814e9adf1c73b734a (patch) | |
tree | 29e893a49ed34d62195673a61ceb37f41343f1da /gn/packages/genenetwork.scm | |
parent | efb874065c315fb179e0eebf894fd6c224fd39ef (diff) | |
download | guix-bioinformatics-388b609308ac64578cade41814e9adf1c73b734a.tar.gz |
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 1c0949b..9a07c04 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -483,7 +483,7 @@ (license license:agpl3+)))) (define-public gn-auth - (let ((commit "fe3ba6d5c6c6acafdfb3ae5dacc2c95d997ec761") + (let ((commit "95e65819fd4155f539734a5de2eb108d232703a6") (revision "01")) (package (name "gn-auth") @@ -497,7 +497,7 @@ (hash (content-hash (base32 - "14f3d4pla0sl7acnw02xp45qvclvsz4dy43l2f6l3j7fqy83wh1p"))))) + "0z9qpgn0j9idzi975ykh04bq2r4pz5d0pppk2zvxiyhxxgxjydrx"))))) (build-system python-build-system) (arguments (list |