diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 17:19:13 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:28 +0100 |
commit | 69d7d7a6db7afc63541a7a90589013db2daabf31 (patch) | |
tree | 66eb6cdd53b567ba749ab5027811feef0b428327 /gnu/packages/bioconductor.scm | |
parent | 9f2c8b711bcd0d059fcca882ee188d0fd03f041c (diff) |
gnu: r-biotmle: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-biotmle): Update to 1.26.0.
Change-Id: Ied1d1e649fba277aa724040af31334f664d2debd
Diffstat (limited to 'gnu/packages/bioconductor.scm')
-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 ab12c2ef0c..efaf0faa44 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -22852,14 +22852,14 @@ help unravel disease regulatory trajectory.") (define-public r-biotmle (package (name "r-biotmle") - (version "1.24.0") + (version "1.26.0") (source (origin (method url-fetch) (uri (bioconductor-uri "biotmle" version)) (sha256 (base32 - "1hjkhwbld8m52lsy2ba6cnp02n0xykaxm9650r5zmzry38dw9nb5")))) + "0h796sxv7fvwx9m8ikamf3bvaac7rimp33lv1j3ngsjifigdkvfy")))) (properties `((upstream-name . "biotmle"))) (build-system r-build-system) (propagated-inputs |