gnu: bowtie: Update to 2.2.9.

* gnu/packages/bioinformatics.scm (bowtie): Update to 2.2.9.
This commit is contained in:
Leo Famulari 2016-09-12 14:09:23 -04:00
parent d8a1be6328
commit 2642231b39
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1034,7 +1034,7 @@ (define-public bless
(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 @@ (define-public bowtie
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ssfvymxfrap6f9pf86s9bvsbqdgka4abr2r7j3mgr4w1l289m86"))
"1vp5db8i7is57iwjybcdg18f5ivyzlj5g1ix1nlvxainzivhz55g"))
(modules '((guix build utils)))
(snippet
'(substitute* "Makefile"