gnu: r-rsample: Update to 1.1.0.

* gnu/packages/cran.scm (r-rsample): Update to 1.1.0.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:12 +02:00
parent f8ae59a566
commit 8b68ee9a35
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -28992,14 +28992,14 @@ (define-public r-rlist
(define-public r-rsample
(package
(name "r-rsample")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsample" version))
(sha256
(base32
"0n3pzjxdb6s0cbpalhi1sjba6ifrvjjb448dczvryrqjk7pqvby5"))))
"1iy61riwjch9z4m6k7whsrkl80sk9sww5lf1np4iq4vdfq6w01jb"))))
(properties `((upstream-name . "rsample")))
(build-system r-build-system)
(propagated-inputs