guix-commits
[Top][All Lists]
Advanced

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

146/158: gnu: r-markdown: Update to 1.8.


From: guix-commits
Subject: 146/158: gnu: r-markdown: Update to 1.8.
Date: Mon, 28 Aug 2023 11:11:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 37ac27ce5debafc08d306b1a2396f03292cd1a1a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:21:13 2023 +0200

    gnu: r-markdown: Update to 1.8.
    
    * gnu/packages/statistics.scm (r-markdown): Update to 1.8.
---
 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 bb730b0f2f..5b38d8c013 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1532,13 +1532,13 @@ data derived from /etc/mime.types in UNIX-type 
systems.")
 (define-public r-markdown
   (package
     (name "r-markdown")
-    (version "1.7")
+    (version "1.8")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "markdown" version))
               (sha256
                (base32
-                "1cfgrlmbn54nsn0k568xdcg08dxb8flhsysmnfrhci0pa93rlayb"))))
+                "1az5l2dnrdfx36kcdi5x8qnrbwmylf0wqd6a4hg2l9m8q1vpgs8d"))))
     (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]