aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/gemma.scm
diff options
context:
space:
mode:
authorpjotrp2017-07-26 09:10:01 +0000
committerpjotrp2017-07-26 09:10:01 +0000
commit5a9fa677517f1708e21ee14dcbea59ae4ec7ce08 (patch)
tree3c6bbb7973fbc705891bcbef02707c6031ac326e /gn/packages/gemma.scm
parent0b6a7f440518e464ca2c48bbe7329cdc62350066 (diff)
downloadguix-bioinformatics-5a9fa677517f1708e21ee14dcbea59ae4ec7ce08.tar.gz
Gemma: runs tests
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r--gn/packages/gemma.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index b11bcfe..69607b3 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -62,7 +62,7 @@
#:use-module (srfi srfi-1))
(define-public gemma-git ; guix candidate
- (let ((commit "c978835c3630286414df6076d38aad16277cdb6b"))
+ (let ((commit "c91dfaef84d08ce151eecca50bf8ffdaf4b327f6"))
(package
(name "gemma-git")
(version (string-append "0.97-pre-" (string-take commit 7)))
@@ -74,7 +74,7 @@
(file-name (string-append name "-" commit))
(sha256
(base32
- "1hw8y7vka79v84lv5vyhkinx864yjh1wd8vfd16cvqs1bi8qw3n2"))))
+ "1ix4p6av88i6jfv84v2qqcmdlnxznp64bm93avrrl68v04jq6psm"))))
(inputs `(
("gsl" ,gsl)
("eigen" ,eigen)
@@ -83,7 +83,8 @@
("zlib" ,zlib)
))
(native-inputs ; for running tests
- `(("shunit2" ,shunit2)
+ `(("perl" ,perl)
+ ("shunit2" ,shunit2)
("which" ,which)
))