gnu: trim-galore: Update to 0.6.6.
* gnu/packages/bioinformatics.scm (trim-galore): Update to 0.6.6.
This commit is contained in:
parent
49d85b3f11
commit
133a918923
1 changed files with 2 additions and 2 deletions
|
@ -11028,7 +11028,7 @@ with narrow binding events such as transcription factor ChIP-seq.")
|
||||||
(define-public trim-galore
|
(define-public trim-galore
|
||||||
(package
|
(package
|
||||||
(name "trim-galore")
|
(name "trim-galore")
|
||||||
(version "0.6.1")
|
(version "0.6.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11038,7 +11038,7 @@ with narrow binding events such as transcription factor ChIP-seq.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y31wbxwkm9xqzr5zv1pk5q418whnmlmgmfyxxpnl12h83m2i9iv"))))
|
"0yrwg6325j4sb9vnplvl3jplzab0qdhp92wl480qjinpfq88j4rs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in a new issue