gnu: r-tibble: Update to 1.3.4.

* gnu/packages/statistics.scm (r-tibble): Update to 1.3.4.
This commit is contained in:
Ricardo Wurmus 2017-09-01 14:30:38 +02:00
parent edd5fd7208
commit fb10c923b3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1530,14 +1530,14 @@ like tidy evaluation.")
(define-public r-tibble
(package
(name "r-tibble")
(version "1.3.3")
(version "1.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"1bhq4pm56l7l6s1k44ajrcr7hz56h37m9ck4zji9f8xfdqschbl0"))))
"02vn6yqzcvmazy5jaqar3wwbrmh83a1bfgsqgk0hgz38i80zgvm7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rlang" ,r-rlang)