diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 13:26:17 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-07-10 21:35:32 +0200 |
commit | ba4caa13e9aeb7ec7b73e86f2ab8d9b7a9e022b8 (patch) | |
tree | 2c5f0c59bbd2f0ece1109f103a8975487d080878 | |
parent | 0a23437a54360a548d65c524f595091036bafd28 (diff) | |
download | guix-ba4caa13e9aeb7ec7b73e86f2ab8d9b7a9e022b8.tar.gz |
gnu: r-remotes: Update to 2.4.0.
* gnu/packages/cran.scm (r-remotes): Update to 2.4.0.
-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))) |