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