aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/gemma.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-09-10 14:29:22 -0500
committerFrederick Muriuki Muriithi2024-09-10 14:29:22 -0500
commitc386e50ce7a15cc59969d4f2ca164e8bb5d06449 (patch)
treea79b9553817a89408391c15458f5503cd7cd76f2 /gn/packages/gemma.scm
parent614b1fdeabea68e89704850f969b77db46ff5251 (diff)
downloadguix-bioinformatics-c386e50ce7a15cc59969d4f2ca164e8bb5d06449.tar.gz
Revert "gn: gemma-wrapper: updated to 0.99.7"
This reverts commit 7eaa7028ffe3e8b0d5dfe242da87dd76930f637e. This does not include all the dependencies needed to run GEMMA. These were included with commit ab2ae88f2698cde22cae05c432f0f1ae0db7b070 later, but that also had to be reverted due to another issue altogether.
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 22564ad..e8c5194 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -108,14 +108,14 @@ genome-wide association studies (GWAS).")
(define-public gemma-wrapper
(package
(name "gemma-wrapper")
- (version "0.99.7")
+ (version "0.99.6")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "bio-gemma-wrapper" version))
(sha256
(base32
- "1286k0xrg3j2kzv0hlnc2z1h29vvdhsm3ap7vh1yh1q51h3mkkj4"))))
+ "0v006ym8j9p4khnxasf0xp7a7q8345625z0s1m3215p5mjp1g3p3"))))
(build-system ruby-build-system)
(inputs `(
("gemma-gn2" ,gemma-gn2)