guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/124: gnu: r-remotes: Update to 2.4.1.


From: guix-commits
Subject: 44/124: gnu: r-remotes: Update to 2.4.1.
Date: Mon, 1 Nov 2021 17:29:02 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 31451328b21fdd20fc6fb257b1a304fab0a7f98a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 17:52:25 2021 +0000

    gnu: r-remotes: Update to 2.4.1.
    
    * gnu/packages/cran.scm (r-remotes): Update to 2.4.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b231d4b..d466d37 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]