summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-11-07 20:47:22 +0100
committerRicardo Wurmus <rekado@elephly.net>2018-11-07 20:47:22 +0100
commit2dc28391f3a52d5940d4920eb4c7e69b5a60bde6 (patch)
treecb9fa6b8ac91cebd6e556df50221d7d457226008
parent6fe323bf2ef7d3fd665ed4ed4f27498d67aa3655 (diff)
downloadguix-patches-2dc28391f3a52d5940d4920eb4c7e69b5a60bde6.tar
guix-patches-2dc28391f3a52d5940d4920eb4c7e69b5a60bde6.tar.gz
gnu: kaiju: Update to 1.6.3.
* gnu/packages/bioinformatics.scm (kaiju): Update to 1.6.3.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ce11066b54..1fac960eff 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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.