gnu: kraken2: Update to 2.1.2.

* gnu/packages/bioinformatics.scm (kraken2): Update to 2.1.2.
This commit is contained in:
Ricardo Wurmus 2022-09-13 10:59:41 +02:00
parent e61c581805
commit a7af25ad31
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -14984,7 +14984,7 @@ international community.")
(define-public kraken2
(package
(name "kraken2")
(version "2.1.1")
(version "2.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -14993,7 +14993,7 @@ international community.")
(file-name (git-file-name name version))
(sha256
(base32
"0h7a7vygd7y5isbrnc6srwq6xj1rmyd33pm8mmcgfkmlxlg5vkg3"))))
"1pl6ml1ldg2hnhy8ps56q0fl1wq3g91qkhinj6pb4yjjhv1rxsjf"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #false ; there are none