diff options
author | Frederick Muriuki Muriithi | 2025-01-28 12:37:47 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-28 12:37:47 -0600 |
commit | a190ffce11812abf2ab5ed44ef11dd5f32bde9b1 (patch) | |
tree | 901f9c1f21fb7accadd248336bc677e37a381cc6 | |
parent | 2601cbdfa12d2f612c5bae504999dee2c1f0549c (diff) | |
download | guix-bioinformatics-a190ffce11812abf2ab5ed44ef11dd5f32bde9b1.tar.gz |
gn-uploader: Bump up commit to b7d4263.
-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 f1fb671..0581518 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -436,7 +436,7 @@ )))))) (define-public gn-uploader - (let ((commit "cb57ff0e1b2fe997687c27b5e0b79d0b60ce981a") + (let ((commit "b7d42630366bccb754a9e179a3052fd0012ff284") (version "0.1.0")) (package (name "gn-uploader") @@ -450,7 +450,7 @@ (hash (content-hash (base32 - "08admin4lm2qxjhhglwzcpgj6gp3m8a28gg32ngjigcfjiw0skx6"))))) + "0j8319pjgwwais9kzjh887nl8n0jfjk73jhdk0ry910lq4vbsx4c"))))) (build-system python-build-system) (arguments (list |