diff options
author | Frederick Muriuki Muriithi | 2025-06-12 16:19:54 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-12 16:19:54 -0500 |
commit | 15488cd1b7bdc5b48c4f5e3373e7e57395f0262b (patch) | |
tree | 13831a52433f16842316bb3f4f5b9946fab04007 | |
parent | 3eb7e02fcedf80b920a3cb3e3d6a4020a77bad43 (diff) | |
download | guix-bioinformatics-15488cd1b7bdc5b48c4f5e3373e7e57395f0262b.tar.gz |
gn-uploader: Upgrade to commit 878b0d6.
-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 57e0298..df37385 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -468,7 +468,7 @@ storage.") )))))) (define-public gn-uploader - (let ((commit "34b67e379cf5ff2b90521aa940fdc920c9223e4e") + (let ((commit "878b0d66a443f57d2f92212d63f6749af6438d0d") (version "0.1.1")) (package (name "gn-uploader") @@ -483,7 +483,7 @@ storage.") (hash (content-hash (base32 - "103pxdmlqz30wlwfqx0cq20xv7904s47zgpfs1095h23vz2l9spg"))))) + "1pc88dygjswr7kdvzak6hpjgy2yrnvmb5rpgjnwqkjmb79y7p2ds"))))) (build-system python-build-system) (arguments (list |