diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 17:59:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:27:57 +0200 |
commit | e408cd70e895bbfaffb564f78063328e9bf88df9 (patch) | |
tree | d3a031fb20b344d9d941771a7dc7e64b22060d5a | |
parent | 18d4032d2a66eef40c5b7233cda7d0979cb061c6 (diff) |
gnu: r-oscope: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-oscope): Update to 1.30.0.
-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 5c06525e02..79235a9471 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8099,13 +8099,13 @@ the fact that each of these packages implements a select methods.") (define-public r-oscope (package (name "r-oscope") - (version "1.28.0") + (version "1.30.0") (source (origin (method url-fetch) (uri (bioconductor-uri "Oscope" version)) (sha256 (base32 - "0454f9yc0jmg3mcq9264wb5v2n8n0kaf801hlvsiy1xa3baj3h29")))) + "055j7y1icikqivc795hzl1l5v5ga2bfcqk2x0kivawbrqvj4yq5v")))) (properties `((upstream-name . "Oscope"))) (build-system r-build-system) (propagated-inputs (list r-biocparallel r-cluster r-ebseq r-testthat)) |