diff options
author | Frederick Muriuki Muriithi | 2025-06-17 14:31:46 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-17 14:31:46 -0500 |
commit | 8c691f6925a6d3be904fd144dc1af31479a97444 (patch) | |
tree | 878cd78c2b72ac35bd08e44c52ddf55a991d0284 | |
parent | 0b72adca699a3a7408466a23a84b9cd0d0acf158 (diff) | |
download | guix-bioinformatics-8c691f6925a6d3be904fd144dc1af31479a97444.tar.gz |
gn-uploader: Upgrade to commit b0991ec.
-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 e23b05c..75c07a0 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -468,7 +468,7 @@ storage.") )))))) (define-public gn-uploader - (let ((commit "878b0d66a443f57d2f92212d63f6749af6438d0d") + (let ((commit "b0991ec5cea1411237b82e92467603bf9da803f5") (version "0.1.1")) (package (name "gn-uploader") @@ -483,7 +483,7 @@ storage.") (hash (content-hash (base32 - "1pc88dygjswr7kdvzak6hpjgy2yrnvmb5rpgjnwqkjmb79y7p2ds"))))) + "1j8g4kp576qcgrwfqajmldbhi1vxlqaa4x8k0m9g7axf7pcri154"))))) (build-system python-build-system) (arguments (list |