gnu: bwa: Change source URL to GitHub.
* gnu/packages/bioinformatics.scm (bwa)[source]: Change source URL to GitHub.
This commit is contained in:
parent
85c991b029
commit
ae6e00f6f9
1 changed files with 3 additions and 2 deletions
|
@ -1318,8 +1318,9 @@ (define-public bwa
|
|||
(version "0.7.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/bio-bwa/bwa-"
|
||||
version ".tar.bz2"))
|
||||
(uri (string-append
|
||||
"https://github.com/lh3/bwa/releases/download/v"
|
||||
version "/bwa-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0585ikg0gv0mpyw9iq0bq9n0hr95867bbv8jbzs9pk4slkpsymig"))))
|
||||
|
|
Loading…
Reference in a new issue