diff options
author | Frederick Muriuki Muriithi | 2024-08-13 11:56:39 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-08-13 11:56:39 -0500 |
commit | 9ea2daee92b9f1d4ec490e408cb6e9c837aaf55f (patch) | |
tree | 7717bbf8b3fde49eeba6daa97c9216cfeab55d78 | |
parent | f0d516a06c3171f256e5ed501dde14204a53fc26 (diff) | |
download | guix-bioinformatics-9ea2daee92b9f1d4ec490e408cb6e9c837aaf55f.tar.gz |
gn-auth: Update commit and hash.
-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 536fc43..1499758 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -471,7 +471,7 @@ (license license:agpl3+)))) (define-public gn-auth - (let ((commit "97363a7c94e6fd5098119c5d6b1fd34fdf82b161") + (let ((commit "12edc160df0ead9ac1ae4e62a44d49582e063021") (revision "01")) (package (name "gn-auth") @@ -485,7 +485,7 @@ (hash (content-hash (base32 - "01716qr3nbmcwcwmwfsgqyzmfkp6mnvcxna5rhfrmgyjwpdc2wnn"))))) + "11kixqv3rwfaad43bcqyh085gb0jfcpvzrlx66grkk73cqydgyzl"))))) (build-system python-build-system) (arguments (list |