gnu: r-adimpute: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-adimpute): Update to 1.12.0. Change-Id: I46dae4da51b0a47b8cdffdcd919828415b32d131master
parent
fc9baf4ad2
commit
2f0f6284d1
|
@ -2409,13 +2409,13 @@ the @code{GFAGpathUi} function.")
|
||||||
(define-public r-adimpute
|
(define-public r-adimpute
|
||||||
(package
|
(package
|
||||||
(name "r-adimpute")
|
(name "r-adimpute")
|
||||||
(version "1.10.0")
|
(version "1.12.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
|
||||||
"0a3r4bkf6g28lgsq21077ag9ba6zrfv6yflawx9fg73zdx4266jp"))))
|
"0299yyin2j8577db2w6mrxmsq68cjlzwyh7z1wvhbj0n1p75r871"))))
|
||||||
(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