mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -3826,7 +3826,7 @@ (define-public khmer
|
|||
(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 @@ (define-public kaiju
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c6gqir9djm3wpvfjm43i5vvvf36k3rsvr9fph76wlcy9aghpbah"))))
|
||||
"119pzi0ddzv9mjg4wwa6han0cwr3k3ssn7kirvsjfcq05mi5ka0x"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; There are no tests.
|
||||
|
|
Loading…
Reference in a new issue