me
/
guix
Archived
1
0
Fork 0

gnu: r-rtweet: Update to 1.2.1.

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

Change-Id: Id4de453409dc5783cc6ee6e0cd1e2f501bb7aedf
Ricardo Wurmus 2023-10-25 16:57:42 +02:00
parent c3afa50e90
commit 0405c7f1b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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