diff options
author | Pjotr Prins | 2018-10-16 01:39:13 -0500 |
---|---|---|
committer | Pjotr Prins | 2018-10-16 01:39:13 -0500 |
commit | 83963fe7ba5396855a0ce6544fd1f959235c2b79 (patch) | |
tree | e65967c9b6dc829ca56196680bb8775088251429 /gn/packages/genenetwork.scm | |
parent | be1ffd0a57a83bdbcf08a1df773cbda0e60df688 (diff) | |
download | guix-bioinformatics-83963fe7ba5396855a0ce6544fd1f959235c2b79.tar.gz |
Updated gemma and openblas
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 44fa61b..a54b557 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -210,7 +210,7 @@ location of a putative QTL.") (let ((commit "1538ffd33af19e6ac922b4ee85fe701408968dfd")) (package (name "genenetwork2") - (version (string-append "2.10rc5-" (string-take commit 7) )) + (version (string-append "2.11-guix-" (string-take commit 7) )) (source (origin (method git-fetch) (uri (git-reference |