gnu: r-purrr: Update to 0.2.5.

* gnu/packages/statistics.scm (r-purrr): Update to 0.2.5.
This commit is contained in:
Ricardo Wurmus 2018-05-31 12:36:42 +02:00
parent e94d827440
commit edb29f2986
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3699,14 +3699,14 @@ It uses and relies on grid graphics and formal (S4) classes and methods.")
(define-public r-purrr (define-public r-purrr
(package (package
(name "r-purrr") (name "r-purrr")
(version "0.2.4") (version "0.2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "purrr" version)) (uri (cran-uri "purrr" version))
(sha256 (sha256
(base32 (base32
"0wgbnbrqncjpggg8f9bdpcd1gy351s5f0az5k8lc55cvs9lhz3gd")))) "0dc53zzan3km2l9lzxjixcv6yn7dhw2ppmz8qf2awhak7x2qm9m4"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-tibble" ,r-tibble) `(("r-tibble" ,r-tibble)