gnu: r-purrr: Update to 1.0.1.

* gnu/packages/statistics.scm (r-purrr): Update to 1.0.1.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:09:10 +01:00
parent b22011d2f4
commit 84469cdfd3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4320,14 +4320,14 @@ It uses and relies on grid graphics and formal (S4) classes and methods.")
(define-public r-purrr
(package
(name "r-purrr")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "purrr" version))
(sha256
(base32
"1hm6lylx05s43rdk9q7xqdcydz495aim16c7xlw94lyw7v5l81kz"))))
"18ibdyd9dyqba1w208pplgasmjpg5dhg4dni8165ld9r6nz12y8a"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli r-lifecycle r-magrittr r-rlang r-vctrs))