mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-dials: Update to 1.2.1.
* gnu/packages/cran.scm (r-dials): Update to 1.2.1. Change-Id: Id0c6d2ee8da567702fe8a6ac3148a3df2c069cea
This commit is contained in:
parent
81eaa8ffb0
commit
8df7dc03ed
1 changed files with 2 additions and 2 deletions
|
@ -35979,14 +35979,14 @@ (define-public r-dicekriging
|
|||
(define-public r-dials
|
||||
(package
|
||||
(name "r-dials")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dials" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zj8f47jzgaydp3cff96w0kx1gm208vyq3f77p3g59nc01r0wri4"))))
|
||||
"0xrvvz4pkzmjsizjqfcvpn6f1cl9yp56lyc2iw8vcvwa18gb6szf"))))
|
||||
(properties `((upstream-name . "dials")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue