gnu: bwa-meth: Update to 0.2.3.

* gnu/packages/bioinformatics.scm (bwa-meth): Update to 0.2.3.
This commit is contained in:
Ricardo Wurmus 2022-01-31 11:09:26 +01:00
parent 9295b91116
commit f32a49fceb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2218,7 +2218,7 @@ (define-public bwa-pssm
(define-public bwa-meth
(package
(name "bwa-meth")
(version "0.2.2")
(version "0.2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2227,7 +2227,7 @@ (define-public bwa-meth
(file-name (git-file-name name version))
(sha256
(base32
"17j31i7zws5j7mhsq9x3qgkxly6mlmrgwhfq0qbflgxrmx04yaiz"))))
"0c695lkrr0996zwkibl7324wg2vxmn6522sz30xv4a9gaf0lnbh3"))))
(build-system python-build-system)
(arguments
`(#:phases