gnu: bowtie1: Update to 1.2.3.
* gnu/packages/bioinformatics.scm (bowtie1): Update to 1.2.3.
This commit is contained in:
parent
664692c6fc
commit
195b18b58e
1 changed files with 3 additions and 3 deletions
|
|
@ -1556,14 +1556,14 @@ gapped, local, and paired-end alignment modes.")
|
||||||
(define-public bowtie1
|
(define-public bowtie1
|
||||||
(package
|
(package
|
||||||
(name "bowtie1")
|
(name "bowtie1")
|
||||||
(version "1.2.2")
|
(version "1.2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/bowtie-bio/bowtie/"
|
(uri (string-append "mirror://sourceforge/bowtie-bio/bowtie/"
|
||||||
version "/bowtie-" version "-src.zip"))
|
version "/bowtie-src-x86_64.zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jl2cj9bz8lwz8dwnxbycn8yp8g4kky62fkcxifyf1ri0y6n2vc0"))
|
"0vmiqdhc9dzyfy9sh6vgi7k9xy2hiw8g87vbamnc6cgpm179zsa4"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(substitute* "Makefile"
|
'(substitute* "Makefile"
|
||||||
|
|
|
||||||
Reference in a new issue