me
/
guix
Archived
1
0
Fork 0

gnu: r-tune: Update to 1.1.0.

* gnu/packages/cran.scm (r-tune): Update to 1.1.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -33318,14 +33318,14 @@ for creating, simulating, or validating values for such parameters.")
(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