gnu: r-adimpute: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-adimpute): Update to 1.14.0. Change-Id: I888c1281fe44b7877fe01ad10cbca63a30ba337cmaster
parent
6a698c1162
commit
128d0ead08
|
@ -2763,13 +2763,13 @@ the @code{GFAGpathUi} function.")
|
||||||
(define-public r-adimpute
|
(define-public r-adimpute
|
||||||
(package
|
(package
|
||||||
(name "r-adimpute")
|
(name "r-adimpute")
|
||||||
(version "1.12.0")
|
(version "1.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ADImpute" version))
|
(uri (bioconductor-uri "ADImpute" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0299yyin2j8577db2w6mrxmsq68cjlzwyh7z1wvhbj0n1p75r871"))))
|
"0kihg0mwm2ysgnx3jg6xln7ibvgmky0x2hjbcmdqlg65znczh4b6"))))
|
||||||
(properties `((upstream-name . "ADImpute")))
|
(properties `((upstream-name . "ADImpute")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue