gnu: bedtools-2.18: Fetch sources from stable URL.
* gnu/packages/bioinformatics.scm (bedtools-2.18)[source]: Use stable release tarball instead of generated tag tarball.
This commit is contained in:
parent
8e58319c45
commit
20ee3e8b76
1 changed files with 3 additions and 3 deletions
|
@ -438,11 +438,11 @@ BED, GFF/GTF, VCF.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/arq5x/bedtools2/"
|
(uri (string-append "https://github.com/arq5x/bedtools2/"
|
||||||
"archive/v" version ".tar.gz"))
|
"releases/download/v" version
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
"/bedtools-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05vrnr8yp7swfagshzpgqmzk1blnwnq8pq5pckzi1m26w98d63vf"))))
|
"11rvca19ncg03kxd0wzlfx5ws7r3nisd0z8s9j9n182d8ksp2pxz"))))
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "test"
|
'(#:test-target "test"
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Reference in a new issue