diff options
author | Frederick Muriuki Muriithi | 2025-06-11 06:02:33 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-06-11 06:02:33 -0500 |
commit | cf02cf683f9369317494f212cc50b16a20195f91 (patch) | |
tree | 976a7981b695021e275879a8291eb0697908ce62 | |
parent | 70b2b4bd785496340cc6696b0b83e8dc741356dd (diff) | |
download | guix-bioinformatics-cf02cf683f9369317494f212cc50b16a20195f91.tar.gz |
gn-uploader: Upgrade to commit aa76999.
-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 71980e0..1f99aba 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -468,7 +468,7 @@ storage.") )))))) (define-public gn-uploader - (let ((commit "18a4c8c743fec10f1a1eacf1cb72443a98733e8c") + (let ((commit "aa76999ffb78514b3960d4beec215ecfa59d5ff4") (version "0.1.1")) (package (name "gn-uploader") @@ -483,7 +483,7 @@ storage.") (hash (content-hash (base32 - "0bddfx8m6hg2pfid9r9lh08g7h1vk50i7zxz6afmwbgy5zx3p0jb"))))) + "0f3djrpy9nkkx28jh7l7cc8a88phzd7aflrpsa1xi7m7i5v7xz7m"))))) (build-system python-build-system) (arguments (list |