1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-systempiperdata: Update to 2.12.2.

* gnu/packages/bioconductor.scm (r-systempiperdata): Update to 2.12.2.

Change-Id: Iad841ef06fa935c9050c2610e2820f6ac70c87ac
This commit is contained in:
Ricardo Wurmus
2025-05-31 09:40:05 +02:00
parent 3d7dfff1f9
commit 6f62d7d5bc

View File

@@ -3405,14 +3405,14 @@ the @code{HorvathMethylChip40} (Mammal40) array.")
(define-public r-systempiperdata
(package
(name "r-systempiperdata")
(version "2.12.0")
(version "2.12.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "systemPipeRdata" version
'experiment))
(sha256
(base32 "04xxwdcznxdhxhmn73b9njj0mrd5bn3bwznnx5wf3p5qkfdckl9g"))))
(base32 "12vxhm096gwy026gnh1ql1749gpxdsch70x3bc2a2pcnc74kk2hf"))))
(properties `((upstream-name . "systemPipeRdata")))
(build-system r-build-system)
(propagated-inputs (list r-biocgenerics r-biostrings r-jsonlite r-remotes))