guix-commits
[Top][All Lists]
Advanced

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

20/21: gnu: r-rlang: Update to 0.4.1.


From: guix-commits
Subject: 20/21: gnu: r-rlang: Update to 0.4.1.
Date: Sun, 27 Oct 2019 03:35:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9b46efc56a2a323717438f6c079d3bbeca7fe04e
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 27 08:34:46 2019 +0100

    gnu: r-rlang: Update to 0.4.1.
    
    * gnu/packages/statistics.scm (r-rlang): Update to 0.4.1.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 09b4e01..2d73a15 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1656,13 +1656,13 @@ defined in different packages.")
 (define-public r-rlang
   (package
     (name "r-rlang")
-    (version "0.4.0")
+    (version "0.4.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "rlang" version))
               (sha256
                (base32
-                "038mmbmklw17ncgz53vrdx2506c1jj6di3y165bbx2sl2yia8j4p"))))
+                "122hhc7pdri8wkjmk37y71m4h1gmdzaqcfdizfdjg1bhy935i10k"))))
     (build-system r-build-system)
     (home-page "http://rlang.tidyverse.org";)
     (synopsis "Functions for base types, core R and Tidyverse features")



reply via email to

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