guix-commits
[Top][All Lists]
Advanced

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

19/31: gnu: r-rmarkdown: Update to 0.9.6.


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

rekado pushed a commit to branch master
in repository guix.

commit f0c56a241140d279035d01555bfc12bc8378d782
Author: Ricardo Wurmus <address@hidden>
Date:   Fri May 20 14:53:44 2016 +0200

    gnu: r-rmarkdown: Update to 0.9.6.
    
    * gnu/packages/statistics.scm (r-rmarkdown): Update to 0.9.6.
---
 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 1cf8e6d..468248a 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1731,14 +1731,14 @@ encoder/decoder, round-off-error-free sum and cumsum, 
etc.")
 (define-public r-rmarkdown
   (package
     (name "r-rmarkdown")
-    (version "0.9.5")
+    (version "0.9.6")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "rmarkdown" version))
         (sha256
           (base32
-            "1zz98jxvw3lzva5kkj1n37gbhjwqd96gjs04y6h37pqy6qmkhk8c"))))
+            "09ajq5miqzz46q0i9svvbh93dbi7xbjn4702d6z3scdz272gx7l2"))))
     (properties `((upstream-name . "rmarkdown")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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