guix-commits
[Top][All Lists]
Advanced

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

43/56: gnu: r-purrr: Update to 0.2.5.


From: Ricardo Wurmus
Subject: 43/56: gnu: r-purrr: Update to 0.2.5.
Date: Thu, 31 May 2018 07:22:08 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit edb29f298613ec75ef12a56ddb4d495e6a69e793
Author: Ricardo Wurmus <address@hidden>
Date:   Thu May 31 12:36:42 2018 +0200

    gnu: r-purrr: Update to 0.2.5.
    
    * gnu/packages/statistics.scm (r-purrr): Update to 0.2.5.
---
 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 e49f334..d02ce34 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3699,14 +3699,14 @@ It uses and relies on grid graphics and formal (S4) 
classes and methods.")
 (define-public r-purrr
   (package
     (name "r-purrr")
-    (version "0.2.4")
+    (version "0.2.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "purrr" version))
        (sha256
         (base32
-         "0wgbnbrqncjpggg8f9bdpcd1gy351s5f0az5k8lc55cvs9lhz3gd"))))
+         "0dc53zzan3km2l9lzxjixcv6yn7dhw2ppmz8qf2awhak7x2qm9m4"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-tibble" ,r-tibble)



reply via email to

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