diff options
author | Frederick Muriuki Muriithi | 2025-03-14 11:29:56 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-14 11:29:56 -0500 |
commit | defabb57f754c2f2ab102cce51dfaa6a35d56677 (patch) | |
tree | 8c0eb90abf475cfacfc76155c5d8f9a8dea985b7 | |
parent | f3977f89f6b51e34c35d82643a6a0462214f5ac2 (diff) | |
download | guix-bioinformatics-defabb57f754c2f2ab102cce51dfaa6a35d56677.tar.gz |
gn-auth: Upgrade to commit c70188b.
-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 8e64879..1402062 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -526,7 +526,7 @@ storage.") (license license:agpl3+)))) (define-public gn-auth - (let ((commit "b5168265af4a80733efe2f8cf5d61639de00a326") + (let ((commit "c70188b307138dde2f618fb846ac57cd1cc418fb") (revision "01")) (package (name "gn-auth") @@ -540,7 +540,7 @@ storage.") (hash (content-hash (base32 - "08cq345zcd2qyrnjnzy55gy4218na6n4sc6byj4q45aic9ns1dgj"))))) + "15gl27yjjfgq8h7pk0wq6v9n3wngxvyg8457lryx94qag6j0c25i"))))) (build-system python-build-system) (arguments (list |