mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: blasr: Update to 5.3.5.
* gnu/packages/bioinformatics.scm (blasr): Update to 5.3.5.
This commit is contained in:
parent
38cf62a236
commit
ed5e6c7502
1 changed files with 2 additions and 2 deletions
|
@ -759,7 +759,7 @@ (define-public blasr-libcpp
|
|||
(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 @@ (define-public blasr
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1skgy2mvz8gsgfh1gc2nfgwvpyzb1hpmp2cf2773h5wsj8nw22kl"))))
|
||||
"0axyd06gn2xa0p0k76fihsbxpfxvhlb18jn6bf97c0ii58r1wc0k"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue