diff options
author | Leo Famulari <leo@famulari.name> | 2016-09-12 14:09:23 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-09-12 14:19:37 -0400 |
commit | 2642231b39d2f642364e96222690afce7c986bb6 (patch) | |
tree | b2d6e90abeae2195900e5a456257dbc761acbcc0 /gnu | |
parent | d8a1be63286254fcd3293dd1accf44d79a3fd473 (diff) | |
download | guix-2642231b39d2f642364e96222690afce7c986bb6.tar guix-2642231b39d2f642364e96222690afce7c986bb6.tar.gz |
gnu: bowtie: Update to 2.2.9.
* gnu/packages/bioinformatics.scm (bowtie): Update to 2.2.9.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a7f0fcb70f..3922c660bb 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1034,7 +1034,7 @@ errors at the end of reads.") (define-public bowtie (package (name "bowtie") - (version "2.2.6") + (version "2.2.9") (source (origin (method url-fetch) (uri (string-append "https://github.com/BenLangmead/bowtie2/archive/v" @@ -1042,7 +1042,7 @@ errors at the end of reads.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1ssfvymxfrap6f9pf86s9bvsbqdgka4abr2r7j3mgr4w1l289m86")) + "1vp5db8i7is57iwjybcdg18f5ivyzlj5g1ix1nlvxainzivhz55g")) (modules '((guix build utils))) (snippet '(substitute* "Makefile" |