mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-tune: Update to 0.1.5.
* gnu/packages/cran.scm (r-tune): Update to 0.1.5.
This commit is contained in:
parent
62824117c0
commit
d14100cfea
1 changed files with 2 additions and 2 deletions
|
@ -25995,14 +25995,14 @@ (define-public r-dials
|
||||||
(define-public r-tune
|
(define-public r-tune
|
||||||
(package
|
(package
|
||||||
(name "r-tune")
|
(name "r-tune")
|
||||||
(version "0.1.3")
|
(version "0.1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tune" version))
|
(uri (cran-uri "tune" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05r5jzg96g2z10a2w4w8wq1ysfaxr91acwrvn75pmcy4rmixf293"))))
|
"06snvnppa9xan99lkd2b7ynh916j75ga9lvifnra614akhhxv4rr"))))
|
||||||
(properties `((upstream-name . "tune")))
|
(properties `((upstream-name . "tune")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue