gnu: r-tune: Update to 1.1.0.

* gnu/packages/cran.scm (r-tune): Update to 1.1.0.
This commit is contained in:
Ricardo Wurmus 2023-04-06 17:32:40 +02:00
parent 22f9445b3e
commit 6ce72e8a85
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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