mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-warp: Update to 0.2.3.
* gnu/packages/cran.scm (r-warp): Update to 0.2.3. Change-Id: Ieb2b653325b9f28d97f8825f5b690a8172eb24f6
This commit is contained in:
parent
fb0f8c9ba9
commit
ed82dfc663
1 changed files with 2 additions and 2 deletions
|
|
@ -50395,14 +50395,14 @@ and regression metrics (e.g., RMSE).")
|
|||
(define-public r-warp
|
||||
(package
|
||||
(name "r-warp")
|
||||
(version "0.2.2")
|
||||
(version "0.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "warp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h3q359dkxzx8kpl090rz0bwkkswhgaz0pws2ix4b8p3fm658yzm"))))
|
||||
"0ahiv9mjcm33jl503l07aa1abja4klmm31rd4ia1fpgaj15l1wxx"))))
|
||||
(properties
|
||||
'((upstream-name . "warp")
|
||||
(updater-extra-native-inputs . ("tzdata-for-tests"))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue