diff options
author | Frederick Muriuki Muriithi | 2025-01-29 13:11:32 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-29 13:11:32 -0600 |
commit | eb74a6f78b9d30e451c0b0b96746f810d0721bbc (patch) | |
tree | d482ec017e626d81a81761d8c265a6718a672c6d | |
parent | 3f8bf8f71adf8045131cc2ec94125584255ad1af (diff) | |
download | guix-bioinformatics-eb74a6f78b9d30e451c0b0b96746f810d0721bbc.tar.gz |
gn-uploader: Upgrade to commit 848bd53.
-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 f2152cd..a555a59 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -436,7 +436,7 @@ )))))) (define-public gn-uploader - (let ((commit "b7d42630366bccb754a9e179a3052fd0012ff284") + (let ((commit "848bd536ce8d34f0b1ddada7b170f56f6465b317") (version "0.1.0")) (package (name "gn-uploader") @@ -450,7 +450,7 @@ (hash (content-hash (base32 - "0j8319pjgwwais9kzjh887nl8n0jfjk73jhdk0ry910lq4vbsx4c"))))) + "1qlimmbb820q1w76iv3bid5vv29rwrdd0xk3jskqg66v9yirqqyi"))))) (build-system python-build-system) (arguments (list |