diff options
author | Pjotr Prins | 2017-08-22 05:58:22 -0500 |
---|---|---|
committer | Pjotr Prins | 2017-08-22 05:58:22 -0500 |
commit | ffc2270004fccd6c0f9456891c99d91526bca1bf (patch) | |
tree | 08aa44fca05d5902751837a3bb1780e23e06cdcf /gn/packages/genenetwork.scm | |
parent | f643ef8969455a17e382ec4bc8e48e27e5a95957 (diff) | |
download | guix-bioinformatics-ffc2270004fccd6c0f9456891c99d91526bca1bf.tar.gz |
Bumped genenetwork version
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 ea7fcd6..776a7d1 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -152,7 +152,7 @@ location of a putative QTL.") (let ((commit "1538ffd33af19e6ac922b4ee85fe701408968dfd")) (package (name "genenetwork2") - (version (string-append "2.10rc3-" (string-take commit 7) )) + (version (string-append "2.10rc4-" (string-take commit 7) )) (source (origin (method git-fetch) (uri (git-reference |