diff options
author | Shepherd on Tux02 | 2024-06-20 07:26:21 -0500 |
---|---|---|
committer | Shepherd on Tux02 | 2024-06-20 07:26:21 -0500 |
commit | f0f8dc84eca7088177797f84db05314537615c77 (patch) | |
tree | 5a7408a19c92b0c4d536916269425d883c4f06ca /gn/packages/gemma.scm | |
parent | 951e77b10c84889f29c1f2322087c796cedb375a (diff) | |
parent | 48af9393cf186230e08b0fa6f7f443bc818408d2 (diff) | |
download | guix-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.scm | 5 |
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) |