diff options
author | Frederick Muriuki Muriithi | 2025-03-14 12:16:15 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-14 12:16:15 -0500 |
commit | ca4296b55dafee14a6fdb83af3b56b1cc32de515 (patch) | |
tree | fc59f1cb7ec09edd3f65bff0a730d070b64069a2 /gn/packages/genenetwork.scm | |
parent | c81cd53f4745748b01eb9ce7c7971fd86a5ba583 (diff) | |
download | guix-bioinformatics-ca4296b55dafee14a6fdb83af3b56b1cc32de515.tar.gz |
gn-auth: Upgrade to commit 8ff5d55.
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 42e1ad4..e552c7d 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 "c70188b307138dde2f618fb846ac57cd1cc418fb") + (let ((commit "8ff5d551633177d5ff07544348b2e04c4de5654e") (revision "01")) (package (name "gn-auth") @@ -540,7 +540,7 @@ storage.") (hash (content-hash (base32 - "15gl27yjjfgq8h7pk0wq6v9n3wngxvyg8457lryx94qag6j0c25i"))))) + "1pjcbrvmqipbni65ffq808gxzh2ywdwi28pm3gfqwq1z1jf627sx"))))) (build-system python-build-system) (arguments (list |