diff options
author | Frederick Muriuki Muriithi | 2024-04-02 10:13:46 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-04-02 10:13:46 +0300 |
commit | 3d3bdd5c74c41385f4c7fa00d12e25e44a04b4aa (patch) | |
tree | 1f0c0135d6b0d3c6b79bf9bedc8de967d575716a /gn/packages | |
parent | 467279ce30a02b9cbb6ddfca48ef15f117a6d85f (diff) | |
download | guix-bioinformatics-3d3bdd5c74c41385f4c7fa00d12e25e44a04b4aa.tar.gz |
gn-uploader: update commit and hash.
Diffstat (limited to 'gn/packages')
-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 3e8a2ed..efb0ea8 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -375,7 +375,7 @@ (branch "prod")))))) (define-public gn-uploader - (let ((commit "a4ed5d821921e43b73ecaf2ef802fab2b74d0b63") + (let ((commit "60fde66e02dba842b20fa126ff3b2ed9ec2638e6") (version "0.0.1")) (package (name "gn-uploader") @@ -389,7 +389,7 @@ (hash (content-hash (base32 - "01rlgdvmhxhibdw27rcjmjy0s39mv9y9nmxgn0l5p13vbib03iw5"))))) + "1q04viyf7d0q30k3424hrzsh9wxhhgs7hywlhzl3m68jki4zq1i7"))))) (build-system python-build-system) (arguments (list |