me
/
guix
Archived
1
0
Fork 0

gnu: r-rsample: Update to 1.1.0.

* gnu/packages/cran.scm (r-rsample): Update to 1.1.0.
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
1 changed files with 2 additions and 2 deletions

View File

@ -28992,14 +28992,14 @@ pipeline friendly so that data processing with lists can be chained.")
(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