diff options
author | Frederick Muriuki Muriithi | 2025-03-17 10:49:59 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-17 10:49:59 -0500 |
commit | 8558a29d8d144c4db974dd8490e0c0931ef0bb7a (patch) | |
tree | 51bba037c087f631fca11c3a4ee1a6ce4d8d37dd | |
parent | 3579ea0bbbcf8158c69a37df226056901358c5b7 (diff) | |
download | guix-bioinformatics-8558a29d8d144c4db974dd8490e0c0931ef0bb7a.tar.gz |
gn-uploader: Upgrade to commit 5c6ccf6.
-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 e8e7280..82dd30e 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -468,7 +468,7 @@ storage.") )))))) (define-public gn-uploader - (let ((commit "64c404e2a33945e54faa6bb159128fa134374009") + (let ((commit "5c6ccf6f176b5da4dd7ecde1e4d43d815521de98") (version "0.1.1")) (package (name "gn-uploader") @@ -483,7 +483,7 @@ storage.") (hash (content-hash (base32 - "0i2c956abpj1n0ajpx6hsh4i5yzjg7fidgdd1pi58ppab94bwmz4"))))) + "0pd5hw6dv3p4y7sgv0jxrclh6lxvs39589nbpnhg9xazpa29j8pj"))))) (build-system python-build-system) (arguments (list |