guix-commits
[Top][All Lists]
Advanced

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

11/31: gnu: r-formatr: Update to 1.4.


From: Ricardo Wurmus
Subject: 11/31: gnu: r-formatr: Update to 1.4.
Date: Fri, 20 May 2016 13:27:23 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit df25b0048ad05fc42de7f20f2299802f94e4e2c8
Author: Ricardo Wurmus <address@hidden>
Date:   Fri May 20 14:47:34 2016 +0200

    gnu: r-formatr: Update to 1.4.
    
    * gnu/packages/statistics.scm (r-formatr): Update to 1.4.
---
 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 ab0f3b4..6fd989f 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -665,13 +665,13 @@ adapted for other output formats, such as HTML or LaTeX.")
 (define-public r-formatr
   (package
     (name "r-formatr")
-    (version "1.3")
+    (version "1.4")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "formatR" version))
               (sha256
                (base32
-                "09fsd0z6nhksc1h921h8q28f87hr6d1q8d6dmpxphjylb9r5xmj4"))))
+                "1fvynq0fj1r9grg9vvfdh5fl2riv6qki9f2rfpyvbvqq3xxpmi3f"))))
     (build-system r-build-system)
     (home-page "http://yihui.name/formatR";)
     (synopsis "Format R code automatically")



reply via email to

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