me
/
guix
Archived
1
0
Fork 0

gnu: r-dplyr: Update to 1.1.4.

* gnu/packages/statistics.scm (r-dplyr): Update to 1.1.4.

Change-Id: I166f005358284d5d253e1e9eb722d7bca502fd4a
Ricardo Wurmus 2023-12-15 12:17:09 +01:00
parent c8fdf422e4
commit 6c50ce5775
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1828,13 +1828,13 @@ and printing capabilities than traditional data frames.")
(define-public r-dplyr
(package
(name "r-dplyr")
(version "1.1.3")
(version "1.1.4")
(source (origin
(method url-fetch)
(uri (cran-uri "dplyr" version))
(sha256
(base32
"0hhpzv66rqz7z8vdryzjdkp4flmjvzxrx1pwpxnbmjqgvd3s4hv8"))))
"1jsq8pj12bngy66xms486j8a65wxvyqs944q9rxkiaylsla08wyg"))))
(build-system r-build-system)
(propagated-inputs
(list r-cli