guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: r-tidyselect: Update to 0.2.2.


From: Ricardo Wurmus
Subject: 06/07: gnu: r-tidyselect: Update to 0.2.2.
Date: Tue, 17 Oct 2017 14:59:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d8455fe146e402df4130a5b848e3d44f8be0a47b
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 17 17:48:29 2017 +0200

    gnu: r-tidyselect: Update to 0.2.2.
    
    * gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.2.
---
 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 58e23fd..eb3af11 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3588,14 +3588,14 @@ the 'lite' version of the more complete @code{viridis} 
package.")
 (define-public r-tidyselect
   (package
     (name "r-tidyselect")
-    (version "0.2.0")
+    (version "0.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tidyselect" version))
        (sha256
         (base32
-         "1h10qc5bxk5v0zhmip3gwnzy50fs2gbdvcg2163is0k9a8rifq9r"))))
+         "1lndr0ajd3fhycmrw2fdaiyf32in5pgl5ig901q221g24n87vmnd"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-glue" ,r-glue)



reply via email to

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