diff options
author | Frederick Muriuki Muriithi | 2025-02-04 11:38:00 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-02-04 11:38:00 -0600 |
commit | a6efa901427a507317d13871b845190b53c28d74 (patch) | |
tree | dc513dfc71ad72d56bbb877948c202fcf9ff78db | |
parent | 039a3dd72c32d26b9c5d2cc99986fd7c968a90a5 (diff) | |
download | guix-bioinformatics-a6efa901427a507317d13871b845190b53c28d74.tar.gz |
gn-uploader: Upgrade to commit d8b58c3.
-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 d3c2140..9d786d8 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -436,7 +436,7 @@ )))))) (define-public gn-uploader - (let ((commit "8ab53c964bb7283efe81f87d48c353ac98b09602") + (let ((commit "d8b58c3bf6fb98fa1e8842a5e59c290e11e8b3c3") (version "0.1.0")) (package (name "gn-uploader") @@ -450,7 +450,7 @@ (hash (content-hash (base32 - "0j2q4vqi0mvnrcw7shkg41izksxzy3j6lnjyb1p6wj9h477danwd"))))) + "067ihcnz72fxvb94pc9fvx9skl15nm1jscyprwz2mw5rwfaxidmb"))))) (build-system python-build-system) (arguments (list |