mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-tune: Update to 1.1.1.
* gnu/packages/cran.scm (r-tune): Update to 1.1.1.
This commit is contained in:
parent
d495c46698
commit
d2d6ea993e
1 changed files with 2 additions and 2 deletions
|
@ -33343,14 +33343,14 @@ (define-public r-dials
|
|||
(define-public r-tune
|
||||
(package
|
||||
(name "r-tune")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tune" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pp3pgxwpqihxfjwf9mb5rc0yv60q47n7z399z21zp4jbwryxymh"))))
|
||||
"0kl8bpd1i5ir6lrx055rilvb7kg0iws5f4618956h3g8sif1lvmg"))))
|
||||
(properties `((upstream-name . "tune")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue