mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (define-public r-dicedesign
|
|||
(define-public r-dials
|
||||
(package
|
||||
(name "r-dials")
|
||||
(version "1.1.0")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dials" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ly675h6shfclikwg82x8vwvrb63qmklamrbsqxsa0npbafqgvpb"))))
|
||||
"1zj8f47jzgaydp3cff96w0kx1gm208vyq3f77p3g59nc01r0wri4"))))
|
||||
(properties `((upstream-name . "dials")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue