mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-rsample: Update to 1.2.1.
* gnu/packages/cran.scm (r-rsample): Update to 1.2.1. Change-Id: If01f092f1fe8c97aa19c47a3341c43d1e9a2d40a
This commit is contained in:
parent
7b5074930e
commit
80ac0fe4ff
1 changed files with 2 additions and 2 deletions
|
@ -35991,14 +35991,14 @@ (define-public r-rlist
|
|||
(define-public r-rsample
|
||||
(package
|
||||
(name "r-rsample")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rsample" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vayyj6cijq1ag9r7fpcjfzrgkqhb4zxgajz78hz8dq01q3bgjg0"))))
|
||||
"1igdcicympnbrypb5c47bmf4q997q6s98i1lzb4x29x53vr3gx73"))))
|
||||
(properties `((upstream-name . "rsample")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue