Archived
1
0
Fork 0

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:
Ricardo Wurmus 2018-11-07 18:52:46 +01:00
parent 8e58319c45
commit 20ee3e8b76
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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