From 2601cbdfa12d2f612c5bae504999dee2c1f0549c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 28 Jan 2025 10:18:07 -0600 Subject: 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. --- gn/packages/genenetwork.scm | 6 +++--- 1 file 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 -- cgit v1.2.3