mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -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
|
||||
(package
|
||||
(name "r-tune")
|
||||
(version "0.1.3")
|
||||
(version "0.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tune" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05r5jzg96g2z10a2w4w8wq1ysfaxr91acwrvn75pmcy4rmixf293"))))
|
||||
"06snvnppa9xan99lkd2b7ynh916j75ga9lvifnra614akhhxv4rr"))))
|
||||
(properties `((upstream-name . "tune")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue