mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:36:19 +01:00
gnu: bwa: Update to 0.7.15.
* gnu/packages/bioinformatics.scm (bwa): Update to 0.7.15.
This commit is contained in:
parent
97d451540c
commit
fd99d95b3f
1 changed files with 2 additions and 2 deletions
|
@ -1309,14 +1309,14 @@ (define-public tophat
|
||||||
(define-public bwa
|
(define-public bwa
|
||||||
(package
|
(package
|
||||||
(name "bwa")
|
(name "bwa")
|
||||||
(version "0.7.12")
|
(version "0.7.15")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/bio-bwa/bwa-"
|
(uri (string-append "mirror://sourceforge/bio-bwa/bwa-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1330dpqncv0px3pbhjzz1gwgg39kkcv2r9qp2xs0sixf8z8wl7bh"))))
|
"0585ikg0gv0mpyw9iq0bq9n0hr95867bbv8jbzs9pk4slkpsymig"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ;no "check" target
|
'(#:tests? #f ;no "check" target
|
||||||
|
|
Loading…
Reference in a new issue