diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:48:11 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:22 +0100 |
commit | 724000356ec545c372c7a2b41ae84099db65150f (patch) | |
tree | 0a068193d79a183cbdca2df585554af25bd91e25 /gnu | |
parent | ee052d05f17d8a50056922e5fae7253dfcf903be (diff) |
gnu: r-cghcall: Update to 2.52.0.
* gnu/packages/bioconductor.scm (r-cghcall): Update to 2.52.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 22b1b590f5..5f1a4083bb 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -1994,12 +1994,12 @@ the @code{arrayCGH} packages.") (define-public r-cghcall (package (name "r-cghcall") - (version "2.50.0") + (version "2.52.0") (source (origin (method url-fetch) (uri (bioconductor-uri "CGHcall" version)) (sha256 - (base32 "1dz6sag8khl18vkb97b5w6fk6k9s7s9xxnc467dd3bmhmajlmrrg")))) + (base32 "1a6k87xfm79wnsc30k5aziakv51h4dd9zqw81q8bd72hc3fpz8ba")))) (properties `((upstream-name . "CGHcall"))) (build-system r-build-system) (propagated-inputs |