gnu: r-rtweet: Update to 2.0.0.

* gnu/packages/cran.scm (r-rtweet): Update to 2.0.0.

Change-Id: Icbcf69d53421ec7b556e52dbc6b375f0561b9fb3
This commit is contained in:
Ricardo Wurmus 2024-02-26 12:25:13 +01:00
parent e4279726c8
commit e2a04cb31a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -38826,14 +38826,14 @@ supply the workflow to create thematic maps. This package also facilitates
(define-public r-rtweet
(package
(name "r-rtweet")
(version "1.2.1")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rtweet" version))
(sha256
(base32
"18ynravc5vz7ywm1n7ww48gx06dndcishl6lq8nqajxsjwiphq3r"))))
"1w41a1a5mgg06gvs468vrg9pax2nrnkiqhwllxmkk0i7s15gvi42"))))
(properties `((upstream-name . "rtweet")))
(build-system r-build-system)
(propagated-inputs