gnu: pbbam: Update to 2.1.0.

* gnu/packages/bioinformatics.scm (pbbam): Update to 2.1.0.
This commit is contained in:
Ricardo Wurmus 2022-12-13 15:43:56 +01:00
parent 684d046e6c
commit 8b2fdcb2c3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -566,7 +566,7 @@ (define-public r-btools
(define-public pbbam
(package
(name "pbbam")
(version "1.7.0")
(version "2.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -575,7 +575,7 @@ (define-public pbbam
(file-name (git-file-name name version))
(sha256
(base32
"1avdm5hwhr5ls79017blyalx1npzbf1aa6dgb6j6lg8sq4nk9yyg"))))
"1iyazi3l7dswpfxh39k5j7ydi0ywja0579xz3r6l9kkwz2n1z6dc"))))
(build-system meson-build-system)
(arguments
`(#:phases