aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/gemma.scm
diff options
context:
space:
mode:
authorpjotrp2017-11-08 10:31:59 +0000
committerpjotrp2017-11-08 10:31:59 +0000
commit56ea80b33b6715d07a46b603aed5033d4fd8d9b0 (patch)
treef9b5e011d093d5c26b741f239a1f175c3aa57297 /gn/packages/gemma.scm
parent04e147fbbae6e945083a7fd6550152c0c1fc4b4a (diff)
downloadguix-bioinformatics-56ea80b33b6715d07a46b603aed5033d4fd8d9b0.tar.gz
Created a GEMMA test release
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r--gn/packages/gemma.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index 6705903..9cf2861 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -86,10 +86,10 @@ numbers.")
(define-public gemma-git-gn2 ; guix candidate
- (let ((commit "715b1c321d9aa7c5eb243982afc3f698e39ce8bc"))
+ (let ((commit "a96b717e7f6f8ef54a3d7daea6a55e10b437af58"))
(package
(name "gemma-git-gn2")
- (version (string-append "0.97.2-gn2-" (string-take commit 7)))
+ (version (string-append "0.97-pre3-" (string-take commit 7)))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -98,7 +98,7 @@ numbers.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1masl1h4l851aipzwd1jh7kbs28aizjla4dlv8hzvv0h2ir742h0"))))
+ "1fv9a34g0lmczjibnvpmayw5ay39vcx88vf9prdm10qam4irnfi6"))))
(inputs `(
("gsl" ,gsl)
("eigen" ,eigen)