rekado pushed a commit to branch master
in repository guix.
commit f32a49fcebcbb8f656f8fc90cb9a5598e083c6cf
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Jan 31 11:09:26 2022 +0100
gnu: bwa-meth: Update to 0.2.3.
* gnu/packages/bioinformatics.scm (bwa-meth): Update to 0.2.3.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dbacb4f1f5..b5d98cbbc6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2218,7 +2218,7 @@ well as many of the command line options.")
(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 @@ well as many of the command line options.")
(file-name (git-file-name name version))
(sha256
(base32
- "17j31i7zws5j7mhsq9x3qgkxly6mlmrgwhfq0qbflgxrmx04yaiz"))))
+ "0c695lkrr0996zwkibl7324wg2vxmn6522sz30xv4a9gaf0lnbh3"))))
(build-system python-build-system)
(arguments
`(#:phases