me
/
guix
Archived
1
0
Fork 0

gnu: r-purrr: Update to 0.3.0.

* gnu/packages/statistics.scm (r-purrr): Update to 0.3.0.
[propagated-inputs]: Remove r-tibble.
master
Ricardo Wurmus 2019-01-28 16:18:36 +01:00
parent c21c5188f4
commit 19fdd77c07
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 4 deletions

View File

@ -3759,18 +3759,17 @@ 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.5") (version "0.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "purrr" version)) (uri (cran-uri "purrr" version))
(sha256 (sha256
(base32 (base32
"0dc53zzan3km2l9lzxjixcv6yn7dhw2ppmz8qf2awhak7x2qm9m4")))) "0mzbf9ca8qdrqkrh9x7yzqxiab9bk10ql46qr1wl2bgbflminzda"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-tibble" ,r-tibble) `(("r-magrittr" ,r-magrittr)
("r-magrittr" ,r-magrittr)
("r-rlang" ,r-rlang))) ("r-rlang" ,r-rlang)))
(home-page "https://github.com/hadley/purrr") (home-page "https://github.com/hadley/purrr")
(synopsis "Functional programming tools") (synopsis "Functional programming tools")