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:
Ricardo Wurmus 2024-03-27 12:35:57 +01:00
parent 7b5074930e
commit 80ac0fe4ff
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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