gnu: r-purrr: Update to 0.3.0.
* gnu/packages/statistics.scm (r-purrr): Update to 0.3.0. [propagated-inputs]: Remove r-tibble.
This commit is contained in:
		
							parent
							
								
									c21c5188f4
								
							
						
					
					
						commit
						19fdd77c07
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -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") | ||||||
|  |  | ||||||
		Reference in a new issue