gnu: r-rmarkdown: Update to 1.9.
authorRicardo Wurmus <rekado@elephly.net>
Thu, 1 Mar 2018 20:18:47 +0000 (21:18 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Thu, 1 Mar 2018 20:28:53 +0000 (21:28 +0100)
* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.9.

gnu/packages/statistics.scm

index 166cdde..d2bcf4a 100644 (file)
@@ -2576,14 +2576,14 @@ certain criterion, e.g., it contains a certain regular file.")
 (define-public r-rmarkdown
   (package
     (name "r-rmarkdown")
-    (version "1.8")
+    (version "1.9")
     (source
       (origin
         (method url-fetch)
         (uri (cran-uri "rmarkdown" version))
         (sha256
           (base32
-            "0q1y1qx87xp6vf9h7mfl77rqhmd01xl53l9ap9qj99bfvpabb572"))))
+            "0wq6kbhrkv3fhcy4hg5yyv9gdvf8gr4nsjwdifs4ih8lnn0dmdyb"))))
     (properties `((upstream-name . "rmarkdown")))
     (build-system r-build-system)
     (propagated-inputs