gnu: r-methylclockdata: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-methylclockdata): Update to 1.18.0.

Change-Id: Ica69b51659f46765b7f8d1aa2bbbc012e4b5168b
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:32:51 +01:00
parent 25ae1d7afb
commit 91907d506d

View File

@@ -2849,14 +2849,14 @@ data can be use as a background data set in the interactive application.")
(define-public r-methylclockdata
(package
(name "r-methylclockdata")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "methylclockData" version
'experiment))
(sha256
(base32 "1ycbf8qagcx02xhcjya3a4841ggyn0cmbhkm81hd7yxjmk094m4c"))))
(base32 "09rrwxgil154iaiyk1rdxv3rzva5pzwnlrxyraw2shkb8pll9h1s"))))
(properties `((upstream-name . "methylclockData")))
(build-system r-build-system)
(propagated-inputs (list r-experimenthub r-experimenthubdata))