diff options
author | Frederick Muriuki Muriithi | 2024-03-19 05:32:50 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-03-19 05:32:50 +0300 |
commit | 03c9a8bb9716b48bd853b3be54be4cbd50bcc615 (patch) | |
tree | 0abba4d30160df9cf3dd6da0bb55ee91a2341c43 /gn/packages | |
parent | e03c9118ed42d69fbadad23ff41ad7922e84f701 (diff) | |
download | guix-bioinformatics-03c9a8bb9716b48bd853b3be54be4cbd50bcc615.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 477bbd8..f72d066 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -359,7 +359,7 @@ (branch "prod")))))) (define-public gn-uploader - (let ((commit "13bc6684cc2f90b1fdac306a2ce9a8849911b43f") + (let ((commit "38227b8e482ea10f8bb111a1a90f22f8f019e2ab") (version "0.0.1")) (package (name "gn-uploader") @@ -373,7 +373,7 @@ (hash (content-hash (base32 - "1ckbp9hy1yi779iism7hw2bgc8bmw7fkjnyx6xalv4zh6cz4zzn0"))))) + "0vbys9icgwxx2i82mq5yk0lp9869zr0mnjfcdnna647g8cyxzyzq"))))) (build-system python-build-system) (arguments (list |