gnu: bamtools: Update to 2.4.1.
* gnu/packages/bioinformatics.scm (bamtools): Update to 2.4.1.
This commit is contained in:
parent
306c4d6961
commit
48d66a9c99
|
@ -238,7 +238,7 @@ instance, it implements several methods to assess contig-wise read coverage.")
|
||||||
(define-public bamtools
|
(define-public bamtools
|
||||||
(package
|
(package
|
||||||
(name "bamtools")
|
(name "bamtools")
|
||||||
(version "2.3.0")
|
(version "2.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -247,7 +247,7 @@ instance, it implements several methods to assess contig-wise read coverage.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1brry29bw2xr2l9pqn240rkqwayg85b8qq78zk2zs6nlspk4d018"))))
|
"0jr024kcrhjb82cm69i7p5fcg5375zlc1h3qh2n1v368hcd0qflk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no "check" target
|
`(#:tests? #f ;no "check" target
|
||||||
|
|
Loading…
Reference in New Issue