gnu: r-dplyr: Update to 1.2.1.

* gnu/packages/cran.scm (r-dplyr): Update to 1.2.1.

Change-Id: I3821473e4964b0d367915ad85c5b47927e35ee48
This commit is contained in:
Ricardo Wurmus
2026-04-07 22:19:31 +02:00
parent d0d34b67b5
commit a664d6a7fb

View File

@@ -3334,13 +3334,13 @@ using the parallel package.")
(define-public r-dplyr
(package
(name "r-dplyr")
(version "1.2.0")
(version "1.2.1")
(source (origin
(method url-fetch)
(uri (cran-uri "dplyr" version))
(sha256
(base32
"18xz87aahk15d64z0ny7czs435yrs7nh9dc6g4akkm2948pjjb58"))))
"1q4hjdbf8cgssdkzm5cnp6d245fhkp9jcwqpkihqpnjcybi6zmhq"))))
(build-system r-build-system)
(arguments
(list