diff options
author | Frederick Muriuki Muriithi | 2025-03-31 10:11:38 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-31 10:11:38 -0500 |
commit | 2bc8bfddd4b4fbd45a30969c21bf1c46800cce74 (patch) | |
tree | 9d8f0a4d89d07b9ef4f3f64228dcbb9ffd0745e4 /gn | |
parent | 3cfd83a9e5515e7960baf749316409ae1838a2f4 (diff) | |
download | guix-bioinformatics-2bc8bfddd4b4fbd45a30969c21bf1c46800cce74.tar.gz |
gn-auth: Upgrade to commit aed5813.
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 7116156..d0e507b 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -527,7 +527,7 @@ storage.") (license license:agpl3+)))) (define-public gn-auth - (let ((commit "8ff5d551633177d5ff07544348b2e04c4de5654e") + (let ((commit "aed581372c7c6b04023c85ce81943555cac363e6") (revision "01")) (package (name "gn-auth") @@ -541,7 +541,7 @@ storage.") (hash (content-hash (base32 - "1pjcbrvmqipbni65ffq808gxzh2ywdwi28pm3gfqwq1z1jf627sx"))))) + "138nb087h71xda87skl3cw7q8vcfc24yq7k08xv0kyjpcmwybsvq"))))) (build-system python-build-system) (arguments (list |