diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 16:00:55 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:44 +0100 |
commit | b6dd0722c8875b9a4c5847725b23492446dcc27e (patch) | |
tree | ab95d93e01ab16fbfd81dffb53f7446fe2870c46 /gnu/packages | |
parent | a9dc755e670b61281944cca5f80c77738736cec5 (diff) |
gnu: r-fastseg: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-fastseg): Update to 1.36.0.
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 7b498f2fbf..7034623afb 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10152,14 +10152,14 @@ by the user, helping with quick and reproducible access.") (define-public r-fastseg (package (name "r-fastseg") - (version "1.34.0") + (version "1.36.0") (source (origin (method url-fetch) (uri (bioconductor-uri "fastseg" version)) (sha256 (base32 - "1d48n245pzmvcpsz93lxb4frqh222gfhpmlvm0sb74skn16way63")))) + "1ln6w93ag4wanp0nrm0pqngbfc88w95zq2kcj583hbxy885dkg4f")))) (build-system r-build-system) (propagated-inputs `(("r-biobase" ,r-biobase) |