gnu: blasr-libcpp: Update to 5.3.5.

* gnu/packages/bioinformatics.scm (blasr-libcpp): Update to 5.3.5.
[inputs]: Add htslib.
This commit is contained in:
Ricardo Wurmus 2021-12-07 23:19:21 +01:00
parent b81daed2de
commit d068de0c7d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -696,7 +696,7 @@ (define-public pbgzip
(define-public blasr-libcpp
(package
(name "blasr-libcpp")
(version "5.3.3")
(version "5.3.5")
(source (origin
(method git-fetch)
(uri (git-reference
@ -705,7 +705,7 @@ (define-public blasr-libcpp
(file-name (git-file-name name version))
(sha256
(base32
"0cn5l42zyq67sj0g2imqkhayz2iqvv0a1pgpbmlq0qynjmsrbfd2"))))
"07cdfnfl29zf2j7fpaaqaxghq3p0wnc109razs0icwm2q6l3gycb"))))
(build-system meson-build-system)
(arguments
`(#:phases
@ -742,6 +742,7 @@ (define-public blasr-libcpp
(inputs
`(("boost" ,boost)
("hdf5" ,hdf5)
("htslib" ,htslib)
("pbbam" ,pbbam)
("zlib" ,zlib)))
(native-inputs