diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 08:49:45 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:12:43 +0200 |
| commit | 214e784b577ae91995e50a3ac949f79c1ecf6253 (patch) | |
| tree | 1aaf9896352b89a78983e43be39f01fc6b7a4880 | |
| parent | 1b44202e207f10e4288fefc31705a5ef1d2e685a (diff) | |
gnu: r-gostats: Update to 2.58.0.
* gnu/packages/bioconductor.scm (r-gostats): Update to 2.58.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 2a6aebe1ebc..778bb52b040 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3115,14 +3115,14 @@ manipulating genomic intervals and variables defined along a genome.") (define-public r-gostats (package (name "r-gostats") - (version "2.56.0") + (version "2.58.0") (source (origin (method url-fetch) (uri (bioconductor-uri "GOstats" version)) (sha256 (base32 - "18q8p0fv9fl2r6zjxknfjwqxr69dlyxy6c8amzn6c6dwjq1cxk6j")))) + "0jjswy6qmfgr2f6vk3y9pdvs9x91gn31h55qllgh0qb2cb26g9wa")))) (properties `((upstream-name . "GOstats"))) (build-system r-build-system) (propagated-inputs |
