diff options
author | Frederick Muriuki Muriithi | 2025-03-18 14:29:22 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-18 14:29:22 -0500 |
commit | ca80985cf9cba893861f0f5ffb920273dcb59c3a (patch) | |
tree | 04e9400908d833efb2f3d6a4c81aee2550325501 /gn/packages/genenetwork.scm | |
parent | f34cc31d23d6f924d7542fd3edb5de5d92c516da (diff) | |
download | guix-bioinformatics-ca80985cf9cba893861f0f5ffb920273dcb59c3a.tar.gz |
gn-uploader: Upgrade to commit a675d46.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-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 5e2d346..349e1c3 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -468,7 +468,7 @@ storage.") )))))) (define-public gn-uploader - (let ((commit "5c6ccf6f176b5da4dd7ecde1e4d43d815521de98") + (let ((commit "a675d462d2771f9e6c497c2385c985c2a6bb8806") (version "0.1.1")) (package (name "gn-uploader") @@ -483,7 +483,7 @@ storage.") (hash (content-hash (base32 - "0pd5hw6dv3p4y7sgv0jxrclh6lxvs39589nbpnhg9xazpa29j8pj"))))) + "0wa5ww43jimwgw9wvz5rmpxhva0fvbd5cqaf6m6d2d57v4klapsi"))))) (build-system python-build-system) (arguments (list |