gnu: r-adimpute: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-adimpute): Update to 1.14.0.

Change-Id: I888c1281fe44b7877fe01ad10cbca63a30ba337c
This commit is contained in:
Ricardo Wurmus 2024-05-07 12:32:29 +02:00
parent 6a698c1162
commit 128d0ead08
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2763,13 +2763,13 @@ the @code{GFAGpathUi} function.")
(define-public r-adimpute
(package
(name "r-adimpute")
(version "1.12.0")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ADImpute" version))
(sha256
(base32
"0299yyin2j8577db2w6mrxmsq68cjlzwyh7z1wvhbj0n1p75r871"))))
"0kihg0mwm2ysgnx3jg6xln7ibvgmky0x2hjbcmdqlg65znczh4b6"))))
(properties `((upstream-name . "ADImpute")))
(build-system r-build-system)
(propagated-inputs