diff options
author | pjotrp | 2016-01-19 15:45:54 +0300 |
---|---|---|
committer | pjotrp | 2016-01-19 15:45:54 +0300 |
commit | 0cf828b6c286690d04708b7f317712e0b473dbf8 (patch) | |
tree | f2fa80532f688f7dd922d4ade480ec83b9f0fae4 | |
parent | b64db6b5bde66c893106e0dcff57a813f65eaa2b (diff) | |
download | guix-bioinformatics-0cf828b6c286690d04708b7f317712e0b473dbf8.tar.gz |
hash
-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 |