rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit ed5e6c7502571e67624637bd6dab3ae651bd5844
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Dec 7 23:20:07 2021 +0100
gnu: blasr: Update to 5.3.5.
* gnu/packages/bioinformatics.scm (blasr): Update to 5.3.5.
---
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 055edf3..dcaf2a0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -759,7 +759,7 @@ hdf and alignment.")
(define-public blasr
(package
(name "blasr")
- (version "5.3.3")
+ (version "5.3.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -768,7 +768,7 @@ hdf and alignment.")
(file-name (git-file-name name version))
(sha256
(base32
- "1skgy2mvz8gsgfh1gc2nfgwvpyzb1hpmp2cf2773h5wsj8nw22kl"))))
+ "0axyd06gn2xa0p0k76fihsbxpfxvhlb18jn6bf97c0ii58r1wc0k"))))
(build-system meson-build-system)
(arguments
`(#:phases