gnu: kaiju: Update to 1.6.3.

* gnu/packages/bioinformatics.scm (kaiju): Update to 1.6.3.
master
Ricardo Wurmus 2018-11-07 20:47:22 +01:00
parent 6fe323bf2e
commit 2dc28391f3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3826,7 +3826,7 @@ data.")
(define-public kaiju
(package
(name "kaiju")
(version "1.6.2")
(version "1.6.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -3835,7 +3835,7 @@ data.")
(file-name (git-file-name name version))
(sha256
(base32
"1c6gqir9djm3wpvfjm43i5vvvf36k3rsvr9fph76wlcy9aghpbah"))))
"119pzi0ddzv9mjg4wwa6han0cwr3k3ssn7kirvsjfcq05mi5ka0x"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; There are no tests.