1
0
forked from tribes/guix

gnu: r-biotmledata: Update to 1.35.0.

* gnu/packages/bioconductor.scm (r-biotmledata): Update to 1.35.0.

Change-Id: I8e765bec14dcdf7b92fc83ee6e81cd47a631f8fa
This commit is contained in:
Ricardo Wurmus
2026-05-01 22:13:27 +02:00
parent f17d0eb6bd
commit 0b93bba387
+2 -2
View File
@@ -2118,14 +2118,14 @@ dataset for the examples in package viper.")
(define-public r-biotmledata
(package
(name "r-biotmledata")
(version "1.34.0")
(version "1.35.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biotmleData" version
'experiment))
(sha256
(base32 "1bnjfxh3zfibfzir22vyf28cd9z1fz72i1pj5rdpvlpn721dwn1q"))))
(base32 "0f5byig28wbs2glfhp8klifx3dl0i6835z0vixlaw2975csd7jyj"))))
(properties `((upstream-name . "biotmleData")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/biotmleData")