diff options
author | Frederick Muriuki Muriithi | 2025-06-24 12:25:03 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-24 12:25:03 -0500 |
commit | cfa1019dd13c9383fc5b7502a74989507d9f6ced (patch) | |
tree | 8b6e51642c1dc41bf96962a15857012c32541d19 | |
parent | 8c691f6925a6d3be904fd144dc1af31479a97444 (diff) | |
download | guix-bioinformatics-cfa1019dd13c9383fc5b7502a74989507d9f6ced.tar.gz |
gn-uploader: Upgrade to commit acf8631.
-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 75c07a0..b669d58 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -468,7 +468,7 @@ storage.") )))))) (define-public gn-uploader - (let ((commit "b0991ec5cea1411237b82e92467603bf9da803f5") + (let ((commit "acf86314d03a9f70ee7fcb0606c86c02da43a73b") (version "0.1.1")) (package (name "gn-uploader") @@ -483,7 +483,7 @@ storage.") (hash (content-hash (base32 - "1j8g4kp576qcgrwfqajmldbhi1vxlqaa4x8k0m9g7axf7pcri154"))))) + "05f6x5sbd3a2h5a2xchrkdlirhmh091sqmlvc300ch0jv9b48nv7"))))) (build-system python-build-system) (arguments (list |