diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 11:54:09 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 11:54:59 +0100 |
commit | 133a91892315da653ec9654580942970b8e273be (patch) | |
tree | f8188ac2765bf236f37e94ed9b89d5dce5ab3a35 /gnu/packages | |
parent | 49d85b3f11a2ea28ac862857e7f040ef26ce39ae (diff) | |
download | guix-133a91892315da653ec9654580942970b8e273be.tar.gz |
gnu: trim-galore: Update to 0.6.6.
* gnu/packages/bioinformatics.scm (trim-galore): Update to 0.6.6.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
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 |