gnu: bwa-meth: Update to 0.2.3.
* gnu/packages/bioinformatics.scm (bwa-meth): Update to 0.2.3.
This commit is contained in:
parent
9295b91116
commit
f32a49fceb
1 changed files with 2 additions and 2 deletions
|
|
@ -2218,7 +2218,7 @@ well as many of the command line options.")
|
||||||
(define-public bwa-meth
|
(define-public bwa-meth
|
||||||
(package
|
(package
|
||||||
(name "bwa-meth")
|
(name "bwa-meth")
|
||||||
(version "0.2.2")
|
(version "0.2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
|
@ -2227,7 +2227,7 @@ well as many of the command line options.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17j31i7zws5j7mhsq9x3qgkxly6mlmrgwhfq0qbflgxrmx04yaiz"))))
|
"0c695lkrr0996zwkibl7324wg2vxmn6522sz30xv4a9gaf0lnbh3"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
|
||||||
Reference in a new issue