~ruther/guix-local

69d7d7a6db7afc63541a7a90589013db2daabf31 — Ricardo Wurmus 2 years ago 9f2c8b7
gnu: r-biotmle: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-biotmle): Update to 1.26.0.

Change-Id: Ied1d1e649fba277aa724040af31334f664d2debd
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/bioconductor.scm
M gnu/packages/bioconductor.scm => gnu/packages/bioconductor.scm +2 -2
@@ 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