aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/gemma.scm
diff options
context:
space:
mode:
authorpjotrp2021-11-25 09:28:00 +0100
committerpjotrp2021-11-25 09:28:00 +0100
commit05a67ec9fc0272266cfcb2686de92a4f729159ca (patch)
tree050bb3ddeb06ade723e72b3c6ceed5d852641935 /gn/packages/gemma.scm
parentfde1d1abab7be6d8ae0d3f358894738e26784895 (diff)
downloadguix-bioinformatics-05a67ec9fc0272266cfcb2686de92a4f729159ca.tar.gz
Updated gemma-wrapper
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r--gn/packages/gemma.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index d6e0441..fc5c122 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -107,14 +107,14 @@ genome-wide association studies (GWAS).")
(define-public gemma-wrapper
(package
(name "gemma-wrapper")
- (version "0.99.1")
+ (version "0.99.4")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "bio-gemma-wrapper" version))
(sha256
(base32
- "1k3md1j0wvw9234xnwp7nfjgdqzm5hq4b23fs7b6jr2i2c6rkq0p"))))
+ "0nhi7mb4fri0mhlh4m2z4657n7s3s1rsdpgshgib24zzld09d0yg"))))
(build-system ruby-build-system)
(inputs `(
("gemma-gn2" ,gemma-gn2)