gnu: r-dials: Update to 1.2.0.
* gnu/packages/cran.scm (r-dials): Update to 1.2.0.
This commit is contained in:
parent
8f3c0aed69
commit
22f9445b3e
1 changed files with 2 additions and 2 deletions
|
|
@ -33282,14 +33282,14 @@ Design} (SFD) and to test their quality.")
|
||||||
(define-public r-dials
|
(define-public r-dials
|
||||||
(package
|
(package
|
||||||
(name "r-dials")
|
(name "r-dials")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "dials" version))
|
(uri (cran-uri "dials" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ly675h6shfclikwg82x8vwvrb63qmklamrbsqxsa0npbafqgvpb"))))
|
"1zj8f47jzgaydp3cff96w0kx1gm208vyq3f77p3g59nc01r0wri4"))))
|
||||||
(properties `((upstream-name . "dials")))
|
(properties `((upstream-name . "dials")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue