Archived
1
0
Fork 0

gnu: r-remotes: Update to 2.4.2.

* gnu/packages/cran.scm (r-remotes): Update to 2.4.2.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:20 +01:00
parent dceb298991
commit 1b77ed8968
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11626,14 +11626,14 @@ more information about packages, and where they were installed from.")
(define-public r-remotes (define-public r-remotes
(package (package
(name "r-remotes") (name "r-remotes")
(version "2.4.1") (version "2.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "remotes" version)) (uri (cran-uri "remotes" version))
(sha256 (sha256
(base32 (base32
"0xij8x4ga0r7rp2lxx9hw1zlzv48mfg56v8nf03gsw0dw6r7gmym")))) "05m5dgv0nba5vhjbdkd8z5lbhpfxgkw31j58am7vz1d44igqgvzj"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (native-inputs
(list r-knitr)) (list r-knitr))