diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 23:20:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 23:20:36 +0100 |
commit | ed5e6c7502571e67624637bd6dab3ae651bd5844 (patch) | |
tree | 99840428faee059993332301f4fb162c2006f211 /gnu | |
parent | 38cf62a2360a0668450e8ec465511c54e862cc9d (diff) | |
download | guix-ed5e6c7502571e67624637bd6dab3ae651bd5844.tar.gz guix-ed5e6c7502571e67624637bd6dab3ae651bd5844.zip |
gnu: blasr: Update to 5.3.5.
* gnu/packages/bioinformatics.scm (blasr): Update to 5.3.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 055edf389a..dcaf2a0794 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 |