gnu: kallisto: Update to 0.46.2.

* gnu/packages/bioinformatics.scm (kallisto): Update to 0.46.2.
[source]: Remove bundled htslib sources.
This commit is contained in:
Ricardo Wurmus 2021-03-02 17:06:18 +01:00
parent cc39e9dbdc
commit f21c711a0f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11592,7 +11592,7 @@ (define-public paml
(define-public kallisto
(package
(name "kallisto")
(version "0.44.0")
(version "0.46.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -11601,7 +11601,10 @@ (define-public kallisto
(file-name (git-file-name name version))
(sha256
(base32
"0nj382jiywqnpgvyhichajpkkh5r0bapn43f4dx40zdaq5v4m40m"))))
"0ij5n7v3m90jdfi7sn8nvglfyf58abp1f5xq42r4k73l0lfds6xi"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "ext/htslib/"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no "check" target