mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: vsearch: Update to 2.1.0.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.1.0.
This commit is contained in:
parent
375f224b68
commit
79558df220
1 changed files with 2 additions and 2 deletions
|
@ -5042,7 +5042,7 @@ (define-public r-vegan
|
|||
(define-public vsearch
|
||||
(package
|
||||
(name "vsearch")
|
||||
(version "2.0.1")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -5052,7 +5052,7 @@ (define-public vsearch
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0q7szwbf7r29yxkhb415a8i51vj87kvl5ap7h09w7k9ycb2ywvzw"))
|
||||
"1937yzchsxnnf6j1xxifpa219zlwpkkz0a5nh4hdgnccscrszw6z"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
|
|
Loading…
Reference in a new issue