diff options
author | Pjotr Prins | 2017-12-19 10:37:43 -0600 |
---|---|---|
committer | Pjotr Prins | 2017-12-19 10:37:43 -0600 |
commit | 9df032aa61bb669faf49fbadaf86d7319bf2801b (patch) | |
tree | cb0a85e1e7d97c080752563fd616f0df7341f780 /gn/packages/genenetwork.scm | |
parent | 474524a5a0d57744c1727442b33d8f2889eb0397 (diff) | |
download | guix-bioinformatics-9df032aa61bb669faf49fbadaf86d7319bf2801b.tar.gz |
GN2 bump
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 fa6fac0..52d2dce 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -169,7 +169,7 @@ location of a putative QTL.") (let ((commit "1538ffd33af19e6ac922b4ee85fe701408968dfd")) (package (name "genenetwork2") - (version (string-append "2.10rc4-" (string-take commit 7) )) + (version (string-append "2.10rc5-" (string-take commit 7) )) (source (origin (method git-fetch) (uri (git-reference |