aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-03-09 11:54:09 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-03-09 11:54:59 +0100
commit133a91892315da653ec9654580942970b8e273be (patch)
treef8188ac2765bf236f37e94ed9b89d5dce5ab3a35
parent49d85b3f11a2ea28ac862857e7f040ef26ce39ae (diff)
downloadguix-133a91892315da653ec9654580942970b8e273be.tar
guix-133a91892315da653ec9654580942970b8e273be.tar.gz
gnu: trim-galore: Update to 0.6.6.
* gnu/packages/bioinformatics.scm (trim-galore): Update to 0.6.6.
-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 61c9e06a99..8b38c7ce0d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11028,7 +11028,7 @@ with narrow binding events such as transcription factor ChIP-seq.")
(define-public trim-galore
(package
(name "trim-galore")
- (version "0.6.1")
+ (version "0.6.6")
(source
(origin
(method git-fetch)
@@ -11038,7 +11038,7 @@ with narrow binding events such as transcription factor ChIP-seq.")
(file-name (git-file-name name version))
(sha256
(base32
- "1y31wbxwkm9xqzr5zv1pk5q418whnmlmgmfyxxpnl12h83m2i9iv"))))
+ "0yrwg6325j4sb9vnplvl3jplzab0qdhp92wl480qjinpfq88j4rs"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests