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