me
/
guix
Archived
1
0
Fork 0

gnu: kraken2: Update to 2.1.2.

* gnu/packages/bioinformatics.scm (kraken2): Update to 2.1.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

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