diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 17:18:47 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:21 +0100 |
commit | 8dc6103399fce09964a7ba4d091da5bf119d56d9 (patch) | |
tree | f7d9eda26be2c51804dc9096a9013e0b56d0338a /gnu | |
parent | f7152456ee8f656b082a8911dd0362569ca9ab08 (diff) |
gnu: r-missmethyl: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-missmethyl): Update to 1.36.0.
Change-Id: I94d8bedcc262015a50d865191f0d4c70d96e77af
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 d64cdae01d..411937d288 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -14181,13 +14181,13 @@ methylation arrays.") (define-public r-missmethyl (package (name "r-missmethyl") - (version "1.34.0") + (version "1.36.0") (source (origin (method url-fetch) (uri (bioconductor-uri "missMethyl" version)) (sha256 (base32 - "1jvrdr57mv93pcbyazcg1bcx1zd0kp72hi1if839gw54hk3igs3h")))) + "1nv4rm5pbx0s7m5zak3jzmwz4pkf8ghkj0ckdcsnmw3k364ny856")))) (properties `((upstream-name . "missMethyl"))) (build-system r-build-system) (propagated-inputs |