diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-01-05 19:34:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-05 21:18:03 +0100 |
commit | 1b77ed8968b02e33a8baab30e5cff389b738a662 (patch) | |
tree | 3e9f77f6252607b28365d3a6db2385b63e459683 /gnu/packages/cran.scm | |
parent | dceb298991925b094b05ddb71fc030a3a1fd5379 (diff) |
gnu: r-remotes: Update to 2.4.2.
* gnu/packages/cran.scm (r-remotes): Update to 2.4.2.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 4ddf0ac7e5..129bac1b8f 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11626,14 +11626,14 @@ more information about packages, and where they were installed from.") (define-public r-remotes (package (name "r-remotes") - (version "2.4.1") + (version "2.4.2") (source (origin (method url-fetch) (uri (cran-uri "remotes" version)) (sha256 (base32 - "0xij8x4ga0r7rp2lxx9hw1zlzv48mfg56v8nf03gsw0dw6r7gmym")))) + "05m5dgv0nba5vhjbdkd8z5lbhpfxgkw31j58am7vz1d44igqgvzj")))) (build-system r-build-system) (native-inputs (list r-knitr)) |