diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 8bc7fe4844..0f80473337 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11275,14 +11275,14 @@ more information about packages, and where they were installed from.") (define-public r-remotes (package (name "r-remotes") - (version "2.3.0") + (version "2.4.0") (source (origin (method url-fetch) (uri (cran-uri "remotes" version)) (sha256 (base32 - "0f35648bdxhvplcfj80r4hfj5w21f1s01kcz6b29d098c1mnfzb7")))) + "048lihmwksl72fg4fdmhihblj9ipxl22x9wfpgwsbsv79zjc7rfd")))) (build-system r-build-system) (native-inputs `(("r-knitr" ,r-knitr))) |