diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 1549a7f..6dd2fc9 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -120,10 +120,10 @@ (define-public genenetwork - (let ((commit "860bdcebd")) + (let ((commit "860bdcebde5cbb1898c26da80ac67207480c0803")) (package (name "genenetwork") - (version (string-append "2.0." commit)) + (version (string-append "2.0.alpha." commit)) (source (origin (method git-fetch) (uri (git-reference |