diff options
author | Frederick Muriuki Muriithi | 2025-06-04 10:47:06 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-04 11:11:12 -0500 |
commit | b4365615990d0a7e3dd83fbfa1e27bacf2e622c0 (patch) | |
tree | 8111698bd1acc482dc8d362ff57b3a9fc4488f9d | |
parent | 1b3ef29ba74f126ba94cd582635535fd2576ea3a (diff) | |
download | guix-bioinformatics-b4365615990d0a7e3dd83fbfa1e27bacf2e622c0.tar.gz |
gn-auth: Upgrade to commit 5cad25d.
-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 34cf0c1..f27d1ed 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -528,7 +528,7 @@ storage.") (license license:agpl3+)))) (define-public gn-auth - (let ((commit "aed581372c7c6b04023c85ce81943555cac363e6") + (let ((commit "5cad25d44bc789e3f7de417cbe3b40b5073d2294") (revision "01")) (package (name "gn-auth") @@ -543,7 +543,7 @@ storage.") (hash (content-hash (base32 - "138nb087h71xda87skl3cw7q8vcfc24yq7k08xv0kyjpcmwybsvq"))))) + "1qvpn2f55z51g9y5rpszipjz4pk5h6g8fjxshc36fxjn298p3g7v"))))) (build-system python-build-system) (arguments (list |