summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-11-01 17:52:25 +0000
committerRicardo Wurmus <rekado@elephly.net>2021-11-03 21:07:22 +0000
commit6813c6c1506b33bd1602e6e951f332d4d714e759 (patch)
treee059c8ed2351742761bdfc6e652133820fa87701 /gnu/packages
parent212ee4240a7ca43eb22919cc7a4c34d734db58ea (diff)
downloadguix-6813c6c1506b33bd1602e6e951f332d4d714e759.tar.gz
gnu: r-remotes: Update to 2.4.1.
* gnu/packages/cran.scm (r-remotes): Update to 2.4.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b231d4b9e9..d466d3788d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11817,14 +11817,14 @@ more information about packages, and where they were installed from.")
 (define-public r-remotes
   (package
     (name "r-remotes")
-    (version "2.4.0")
+    (version "2.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "remotes" version))
        (sha256
         (base32
-         "048lihmwksl72fg4fdmhihblj9ipxl22x9wfpgwsbsv79zjc7rfd"))))
+         "0xij8x4ga0r7rp2lxx9hw1zlzv48mfg56v8nf03gsw0dw6r7gmym"))))
     (build-system r-build-system)
     (native-inputs
      `(("r-knitr" ,r-knitr)))