gnu: bamtools: Update to 2.4.1.

* gnu/packages/bioinformatics.scm (bamtools): Update to 2.4.1.
master
Ricardo Wurmus 2017-02-27 18:43:12 +01:00 committed by Ricardo Wurmus
parent 306c4d6961
commit 48d66a9c99
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -238,7 +238,7 @@ instance, it implements several methods to assess contig-wise read coverage.")
(define-public bamtools
(package
(name "bamtools")
(version "2.3.0")
(version "2.4.1")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
"1brry29bw2xr2l9pqn240rkqwayg85b8qq78zk2zs6nlspk4d018"))))
"0jr024kcrhjb82cm69i7p5fcg5375zlc1h3qh2n1v368hcd0qflk"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;no "check" target