gnu: r-adimpute: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-adimpute): Update to 1.6.0.master
parent
1d3b5f80e7
commit
3a29b78fa9
|
@ -1689,13 +1689,13 @@ the @code{GFAGpathUi} function.")
|
||||||
(define-public r-adimpute
|
(define-public r-adimpute
|
||||||
(package
|
(package
|
||||||
(name "r-adimpute")
|
(name "r-adimpute")
|
||||||
(version "1.4.0")
|
(version "1.6.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
|
||||||
"1bkq1hd8sqg9r28r70a9vd3gb2nsmg6dybf002d621p88cdfjib2"))))
|
"0885kd8mpmwjpzpx14pi6l3mqcvsixk10vkf5h4sqb7di0nnna4w"))))
|
||||||
(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