aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/gemma.scm
diff options
context:
space:
mode:
authorShepherd on Tux022024-06-20 07:26:21 -0500
committerShepherd on Tux022024-06-20 07:26:21 -0500
commitf0f8dc84eca7088177797f84db05314537615c77 (patch)
tree5a7408a19c92b0c4d536916269425d883c4f06ca /gn/packages/gemma.scm
parent951e77b10c84889f29c1f2322087c796cedb375a (diff)
parent48af9393cf186230e08b0fa6f7f443bc818408d2 (diff)
downloadguix-bioinformatics-f0f8dc84eca7088177797f84db05314537615c77.tar.gz
Merge branch 'master' of https://gitlab.com/genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/gemma.scm')
-rw-r--r--gn/packages/gemma.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gn/packages/gemma.scm b/gn/packages/gemma.scm
index e73a40d..e8c5194 100644
--- a/gn/packages/gemma.scm
+++ b/gn/packages/gemma.scm
@@ -27,7 +27,7 @@
(define-public gemma-gn2 ; guix candidate - currently uses generic
; openblas version and genenetwork github repo
- (let ((commit "71553f5e5626e1d791b5be24c84ea6b17ae81cc7"))
+ (let ((commit "8cd4cdb23ecae8387c942ae5c203c5d61e137376"))
(package
(name "gemma-gn2")
(version (string-append "0.98.5-" (string-take commit 7)))
@@ -39,8 +39,9 @@
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "11farc7smvkrrkvkbvh26i3sycdzwxrbgj536s3478v8j6iiwijp"))))
+ "06csrh8rgcjcl52ljyynizb15gy84gcd6glzl0gfkawmxy6am9n4"))))
(inputs `(
+ ("catch" ,catch2)
("gsl" ,gsl)
("shunit2-old" ,shunit2-old)
("openblas" ,openblas)