diff options
author | Frederick Muriuki Muriithi | 2024-11-04 16:29:34 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-04 16:33:06 -0600 |
commit | efb874065c315fb179e0eebf894fd6c224fd39ef (patch) | |
tree | 599a81e19e1a8604b8b7b8c8cdee7dc43c77445e /gn | |
parent | d3e1716f5fcb8c70a3175d38ac5c0b57dc5093da (diff) | |
download | guix-bioinformatics-efb874065c315fb179e0eebf894fd6c224fd39ef.tar.gz |
Upgrade gn-auth to fe3ba6d.
Diffstat (limited to 'gn')
-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..1c0949b 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 "fe3ba6d5c6c6acafdfb3ae5dacc2c95d997ec761") (revision "01")) (package (name "gn-auth") @@ -497,7 +497,7 @@ (hash (content-hash (base32 - "0p3nxg8dyxxhg8cv1yznmazch6wilg9irrhcn9499mqbcbn3ig9i"))))) + "14f3d4pla0sl7acnw02xp45qvclvsz4dy43l2f6l3j7fqy83wh1p"))))) (build-system python-build-system) (arguments (list |