me
/
guix
Archived
1
0
Fork 0

gnu: r-rsample: Update to 0.1.1.

* gnu/packages/cran.scm (r-rsample): Update to 0.1.1.
master
Ricardo Wurmus 2021-11-23 15:23:33 +01:00
parent 75010a0c74
commit 2952b0140e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -27753,14 +27753,14 @@ sliding windows are to be created.")
(define-public r-rsample
(package
(name "r-rsample")
(version "0.1.0")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rsample" version))
(sha256
(base32
"00w8r0p499fm8cyw297gznr83mbgy9a3znzpbgj0zq9dry1a266b"))))
"01xwhj4zfvxbv9cjb6mbz3aphxqc3cnjjx1xy2yx2wd94fbka42z"))))
(properties `((upstream-name . "rsample")))
(build-system r-build-system)
(propagated-inputs