mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-biotmle: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-biotmle): Update to 1.26.0. Change-Id: Ied1d1e649fba277aa724040af31334f664d2debd
This commit is contained in:
parent
9f2c8b711b
commit
69d7d7a6db
1 changed files with 2 additions and 2 deletions
|
@ -22852,14 +22852,14 @@ (define-public r-biotip
|
||||||
(define-public r-biotmle
|
(define-public r-biotmle
|
||||||
(package
|
(package
|
||||||
(name "r-biotmle")
|
(name "r-biotmle")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biotmle" version))
|
(uri (bioconductor-uri "biotmle" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hjkhwbld8m52lsy2ba6cnp02n0xykaxm9650r5zmzry38dw9nb5"))))
|
"0h796sxv7fvwx9m8ikamf3bvaac7rimp33lv1j3ngsjifigdkvfy"))))
|
||||||
(properties `((upstream-name . "biotmle")))
|
(properties `((upstream-name . "biotmle")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue