gnu: r-purrr: Update to 0.2.4.

* gnu/packages/statistics.scm (r-purrr): Update to 0.2.4.
This commit is contained in:
Ricardo Wurmus 2017-11-03 14:06:52 +01:00
parent c8818f5577
commit 1fb415cb50
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3675,14 +3675,14 @@ (define-public r-hexbin
(define-public r-purrr
(package
(name "r-purrr")
(version "0.2.3")
(version "0.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "purrr" version))
(sha256
(base32
"0j1y0nbvljcis9hgic4wbbzslcsidhpw0wzs7d2hx7a2ygi6mkma"))))
"0wgbnbrqncjpggg8f9bdpcd1gy351s5f0az5k8lc55cvs9lhz3gd"))))
(build-system r-build-system)
(propagated-inputs
`(("r-tibble" ,r-tibble)