guix-commits
[Top][All Lists]
Advanced

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

11/23: gnu: r-markdown: Update to 1.0.


From: guix-commits
Subject: 11/23: gnu: r-markdown: Update to 1.0.
Date: Sun, 9 Jun 2019 09:20:08 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e7bc880274f1489ba6508a407abded965573793c
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jun 9 15:18:53 2019 +0200

    gnu: r-markdown: Update to 1.0.
    
    * gnu/packages/statistics.scm (r-markdown): Update to 1.0.
---
 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 e845fc0..12e22b0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1404,13 +1404,13 @@ data derived from /etc/mime.types in UNIX-type 
systems.")
 (define-public r-markdown
   (package
     (name "r-markdown")
-    (version "0.9")
+    (version "1.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "markdown" version))
               (sha256
                (base32
-                "08xzs4bcf12jxp0276m6xqvq8kcgg5qp6fxrvsz6r9x73jjccs1h"))))
+                "19nrz0ba1yd5kicd65crkkz2r3kialm2hm6zdkp495l2s5r80b8p"))))
     (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]