gnu: r-purrr: Update to 0.3.5.

* gnu/packages/statistics.scm (r-purrr): Update to 0.3.5.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:59:07 +01:00
parent ab1afb2ece
commit c3671213e1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4251,14 +4251,14 @@ It uses and relies on grid graphics and formal (S4) classes and methods.")
(define-public r-purrr
(package
(name "r-purrr")
(version "0.3.4")
(version "0.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "purrr" version))
(sha256
(base32
"1cj091rsjdj2xz16qhynyw72gh5cyhznifcfbrbygndfr4xwksr3"))))
"1vzwajjw9h6jg5l82j7nkf3iraqmzwzh40s7q6wkq14awzbnqf52"))))
(build-system r-build-system)
(propagated-inputs
(list r-magrittr r-rlang))