me
/
guix
Archived
1
0
Fork 0

gnu: r-remotes: Update to 2.4.1.

* gnu/packages/cran.scm (r-remotes): Update to 2.4.1.
master
Ricardo Wurmus 2021-11-01 17:52:25 +00:00
parent 212ee4240a
commit 6813c6c150
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11817,14 +11817,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.0") (version "2.4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "remotes" version)) (uri (cran-uri "remotes" version))
(sha256 (sha256
(base32 (base32
"048lihmwksl72fg4fdmhihblj9ipxl22x9wfpgwsbsv79zjc7rfd")))) "0xij8x4ga0r7rp2lxx9hw1zlzv48mfg56v8nf03gsw0dw6r7gmym"))))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (native-inputs
`(("r-knitr" ,r-knitr))) `(("r-knitr" ,r-knitr)))