gnu: bedtools: Update to 2.26.0.
* gnu/packages/bioinformatics.scm (bedtools): Update to 2.26.0.
This commit is contained in:
parent
7c7643a7f0
commit
d285657eae
|
@ -222,7 +222,7 @@ computational cluster.")
|
||||||
(define-public bedtools
|
(define-public bedtools
|
||||||
(package
|
(package
|
||||||
(name "bedtools")
|
(name "bedtools")
|
||||||
(version "2.25.0")
|
(version "2.26.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/arq5x/bedtools2/archive/v"
|
(uri (string-append "https://github.com/arq5x/bedtools2/archive/v"
|
||||||
|
@ -230,7 +230,7 @@ computational cluster.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ywcy3yfwzhl905b51l0ffjia55h75vv3mw5xkvib04pp6pj548m"))))
|
"0xvri5hnp2iim1cx6mcd5d9f102p5ql41x69rd6106x1c17pinqm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("python" ,python-2)))
|
(native-inputs `(("python" ,python-2)))
|
||||||
(inputs `(("samtools" ,samtools)
|
(inputs `(("samtools" ,samtools)
|
||||||
|
|
Loading…
Reference in New Issue