diff options
author | Frederick Muriuki Muriithi | 2025-10-06 12:01:14 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-10-06 12:24:15 -0500 |
commit | 7248e29a32be712b2378fbe0112ae5a1c7e2332e (patch) | |
tree | 834e0411c88d1c743af2c4e06954d41ead91e7f6 /gn | |
parent | d58001761b825c20b29b958a5e95b4564b34a983 (diff) | |
download | guix-bioinformatics-7248e29a32be712b2378fbe0112ae5a1c7e2332e.tar.gz |
gn-auth: Upgrade to commit 9839e5b.
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 14faaa2..1ea7475 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -533,7 +533,7 @@ storage.") (license license:agpl3+)))) (define-public gn-auth - (let ((commit "33418d9f428c8ea5dc14f2accc15f4abbf275ab2") + (let ((commit "9839e5bf35bd7be158b35fa98a734f7a3473688d") (revision "01")) (package (name "gn-auth") @@ -548,7 +548,7 @@ storage.") (hash (content-hash (base32 - "0ljwhcdm65z33b352skg84c4b04qsg76k1ing43y6sw427rxjany"))))) + "1lsi7z8hvpdqgcsx3zc5ip701xka9s75c7r4pjlby2ryjc0gw83d"))))) (build-system python-build-system) (arguments (list |