mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user