diff options
author | pjotrp | 2017-02-02 08:15:18 +0000 |
---|---|---|
committer | pjotrp | 2017-02-02 08:15:18 +0000 |
commit | ea1ce997a5e43e1993864464e1a1d45e9b20c8db (patch) | |
tree | 09f8c17e96d86ef3ef9602da4ce05ce6f44a2abb /gn/packages/bioinformatics.scm | |
parent | 0c6ee6e845def194d50021eec528059671e04cd3 (diff) | |
download | guix-bioinformatics-ea1ce997a5e43e1993864464e1a1d45e9b20c8db.tar.gz |
Patching Druntime for sambamba
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 4ded90e..2dcaf62 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -924,7 +924,7 @@ association studies (GWAS).") (let ((commit "91096e78c81162f855b1044a4b2d41895bd27262")) (package (name "sambamba") - (version (string-append "0.6.6-pre1-" (string-take commit 7))) + (version (string-append "0.6.6-pre2-" (string-take commit 7))) (source (origin (method git-fetch) (uri (git-reference |