diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-07 12:55:46 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-05-08 12:53:24 +0200 |
commit | 5243f41783dd27fb976333edc4050a38ef3a4d5c (patch) | |
tree | db6c276570ee8979abda84bc3256ff7e520ee123 | |
parent | f1bb1608b770eec467e7f881efb384bbd0d8c0dd (diff) |
gnu: r-methylaid: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-methylaid): Update to 1.38.0.
Change-Id: I7313f0d99c9a7089fe39aae2798d990eca991583
-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 4037985174..e3cbee299d 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9323,13 +9323,13 @@ profiles than cells of different types.") (define-public r-methylaid (package (name "r-methylaid") - (version "1.36.0") + (version "1.38.0") (source (origin (method url-fetch) (uri (bioconductor-uri "MethylAid" version)) (sha256 - (base32 "0mzml9j6f7yycf9747ikkpfvxnwji07h8jhwa9a54ix2d0wyxk3d")))) + (base32 "084mnllaj6qp5ai5bmj6wgc90bs270qbzl60sch1f863x8fv9lzr")))) (properties `((upstream-name . "MethylAid"))) (build-system r-build-system) (propagated-inputs |