diff options
-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..dbfd4e2 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 "4c21d0e43cf0de1084d0e0a243e441c6e72236eb") (revision "01")) (package (name "gn-auth") @@ -497,7 +497,7 @@ (hash (content-hash (base32 - "0p3nxg8dyxxhg8cv1yznmazch6wilg9irrhcn9499mqbcbn3ig9i"))))) + "0z9qpgn0j9idzi975ykh04bq2r4pz5d0pppk2zvxiyhxxgxjydrx"))))) (build-system python-build-system) (arguments (list |