mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-adsplit: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-adsplit): Update to 1.70.0.
This commit is contained in:
parent
4690ee5805
commit
624498f085
1 changed files with 2 additions and 2 deletions
|
@ -2261,13 +2261,13 @@ (define-public r-adimpute
|
|||
(define-public r-adsplit
|
||||
(package
|
||||
(name "r-adsplit")
|
||||
(version "1.68.0")
|
||||
(version "1.70.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "adSplit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a05j1g42wnw5lcn6g6vp2z3mnjz185b2hvdg362ln270r19gch6"))))
|
||||
"0nbdcrc2wiq3mkpayjslz66ik2vk3h3f18zg6df9xaivanxrkk5z"))))
|
||||
(properties `((upstream-name . "adSplit")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue