mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-rsample: Update to 0.1.1.
* gnu/packages/cran.scm (r-rsample): Update to 0.1.1.
This commit is contained in:
parent
75010a0c74
commit
2952b0140e
1 changed files with 2 additions and 2 deletions
|
@ -27753,14 +27753,14 @@ (define-public r-slider
|
||||||
(define-public r-rsample
|
(define-public r-rsample
|
||||||
(package
|
(package
|
||||||
(name "r-rsample")
|
(name "r-rsample")
|
||||||
(version "0.1.0")
|
(version "0.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rsample" version))
|
(uri (cran-uri "rsample" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00w8r0p499fm8cyw297gznr83mbgy9a3znzpbgj0zq9dry1a266b"))))
|
"01xwhj4zfvxbv9cjb6mbz3aphxqc3cnjjx1xy2yx2wd94fbka42z"))))
|
||||||
(properties `((upstream-name . "rsample")))
|
(properties `((upstream-name . "rsample")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue