diff options
author | Frederick Muriuki Muriithi | 2025-01-28 10:18:07 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-28 10:18:07 -0600 |
commit | 2601cbdfa12d2f612c5bae504999dee2c1f0549c (patch) | |
tree | 451ece12edc7cb9e49cc372638f2afd8071d370c /gn | |
parent | a20b27646aaffc5a4d5b0a9d69553b21e582237d (diff) | |
download | guix-bioinformatics-2601cbdfa12d2f612c5bae504999dee2c1f0549c.tar.gz |
gn-uploader: Upgrade to version 0.1.0 and commit cb57ff0e.
We are gaining some stability at this point, so we raise the minor
version. Also mark the commit for the demo.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index cd72445..f1fb671 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -436,8 +436,8 @@ )))))) (define-public gn-uploader - (let ((commit "60fde66e02dba842b20fa126ff3b2ed9ec2638e6") - (version "0.0.1")) + (let ((commit "cb57ff0e1b2fe997687c27b5e0b79d0b60ce981a") + (version "0.1.0")) (package (name "gn-uploader") (version (string-append version "-" (string-take commit 8))) @@ -450,7 +450,7 @@ (hash (content-hash (base32 - "1q04viyf7d0q30k3424hrzsh9wxhhgs7hywlhzl3m68jki4zq1i7"))))) + "08admin4lm2qxjhhglwzcpgj6gp3m8a28gg32ngjigcfjiw0skx6"))))) (build-system python-build-system) (arguments (list |