gnu: kaiju: Update to 1.6.3.
* gnu/packages/bioinformatics.scm (kaiju): Update to 1.6.3.
This commit is contained in:
parent
6fe323bf2e
commit
2dc28391f3
|
@ -3826,7 +3826,7 @@ data.")
|
||||||
(define-public kaiju
|
(define-public kaiju
|
||||||
(package
|
(package
|
||||||
(name "kaiju")
|
(name "kaiju")
|
||||||
(version "1.6.2")
|
(version "1.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3835,7 +3835,7 @@ data.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c6gqir9djm3wpvfjm43i5vvvf36k3rsvr9fph76wlcy9aghpbah"))))
|
"119pzi0ddzv9mjg4wwa6han0cwr3k3ssn7kirvsjfcq05mi5ka0x"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
|
|
Loading…
Reference in New Issue