mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-tibble: Update to 1.3.0.
* gnu/packages/statistics.scm (r-tibble): Update to 1.3.0. [propagated-inputs]: Remove "r-assertthat".
This commit is contained in:
parent
aad7808526
commit
33eb555e6f
1 changed files with 3 additions and 4 deletions
|
@ -1525,18 +1525,17 @@ (define-public r-r6
|
||||||
(define-public r-tibble
|
(define-public r-tibble
|
||||||
(package
|
(package
|
||||||
(name "r-tibble")
|
(name "r-tibble")
|
||||||
(version "1.2")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "tibble" version))
|
(uri (cran-uri "tibble" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"011i352ylq9b4xfcj7h10h7qsqd9qkc1rzc0pr1gf8qjb788p2pd"))))
|
"1q25i1cv3qms6d3lw7jd3z142w188znkcbyam460gn9si8l8g2bk"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-assertthat" ,r-assertthat)
|
`(("r-lazyeval" ,r-lazyeval)
|
||||||
("r-lazyeval" ,r-lazyeval)
|
|
||||||
("r-rcpp" ,r-rcpp)))
|
("r-rcpp" ,r-rcpp)))
|
||||||
(home-page "https://github.com/hadley/tibble")
|
(home-page "https://github.com/hadley/tibble")
|
||||||
(synopsis "Simple data frames")
|
(synopsis "Simple data frames")
|
||||||
|
|
Loading…
Reference in a new issue