gnu: r-tune: Update to 1.0.1.
* gnu/packages/cran.scm (r-tune): Update to 1.0.1.
This commit is contained in:
parent
edb22d06f6
commit
af9bfbd0fa
1 changed files with 2 additions and 2 deletions
|
@ -30028,14 +30028,14 @@ for creating, simulating, or validating values for such parameters.")
|
||||||
(define-public r-tune
|
(define-public r-tune
|
||||||
(package
|
(package
|
||||||
(name "r-tune")
|
(name "r-tune")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tune" version))
|
(uri (cran-uri "tune" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jh29dy4gwa1fyi01fp1305hkxw1mpkx704j6kydplh8h09rv80p"))))
|
"044bz8g3p8vj97w9ycpiw39iakzghxbqzmb4lxqpplpxymc8ybkm"))))
|
||||||
(properties `((upstream-name . "tune")))
|
(properties `((upstream-name . "tune")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue