diff options
author | Frederick Muriuki Muriithi | 2024-03-19 15:20:36 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-21 03:50:45 +0300 |
commit | 2fdbf2445e5293ba9a12b154c58774e73dfeabe5 (patch) | |
tree | ac02a8dd92d2ab30db17ef0e44713cd80e332acb /gn | |
parent | df839ea519decf3693437f5556fa44bc5a994a9c (diff) | |
download | guix-bioinformatics-2fdbf2445e5293ba9a12b154c58774e73dfeabe5.tar.gz |
gn-uploader: update commit and hash.
Diffstat (limited to 'gn')
-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 a28075e..ffcd449 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -361,7 +361,7 @@ (branch "prod")))))) (define-public gn-uploader - (let ((commit "38227b8e482ea10f8bb111a1a90f22f8f019e2ab") + (let ((commit "a4ed5d821921e43b73ecaf2ef802fab2b74d0b63") (version "0.0.1")) (package (name "gn-uploader") @@ -375,7 +375,7 @@ (hash (content-hash (base32 - "0vbys9icgwxx2i82mq5yk0lp9869zr0mnjfcdnna647g8cyxzyzq"))))) + "01rlgdvmhxhibdw27rcjmjy0s39mv9y9nmxgn0l5p13vbib03iw5"))))) (build-system python-build-system) (arguments (list |