guix-commits
[Top][All Lists]
Advanced

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

23/128: gnu: r-markdown: Update to 0.9.


From: guix-commits
Subject: 23/128: gnu: r-markdown: Update to 0.9.
Date: Sat, 12 Jan 2019 17:36:04 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bf3aded0cf223e572ddff88878c28f7766ef7f27
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 15:40:46 2019 +0100

    gnu: r-markdown: Update to 0.9.
    
    * gnu/packages/statistics.scm (r-markdown): Update to 0.9.
---
 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 6242023..56a49db 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1364,13 +1364,13 @@ data derived from /etc/mime.types in UNIX-type 
systems.")
 (define-public r-markdown
   (package
     (name "r-markdown")
-    (version "0.8")
+    (version "0.9")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "markdown" version))
               (sha256
                (base32
-                "1vcgsh2m2f5kfgappgg71nbf04ff0j1sbk668krjs3r2n89dk3sk"))))
+                "08xzs4bcf12jxp0276m6xqvq8kcgg5qp6fxrvsz6r9x73jjccs1h"))))
     (build-system r-build-system)
     ;; Skip check phase because the tests require the r-knitr package to be
     ;; installed. This prevents installation failures. Knitr normally



reply via email to

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