guix-commits
[Top][All Lists]
Advanced

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

75/77: gnu: r-markdown: Update to 1.11.


From: guix-commits
Subject: 75/77: gnu: r-markdown: Update to 1.11.
Date: Wed, 25 Oct 2023 11:00:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 99c4716c5d7eff1ea79c77fca4b7f795a229b6ea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:43 2023 +0200

    gnu: r-markdown: Update to 1.11.
    
    * gnu/packages/statistics.scm (r-markdown): Update to 1.11.
    
    Change-Id: I1d8eb8f0414d514b61707d1ac090cf2987f55858
---
 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 f36a23d875..760a8a2dce 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1534,13 +1534,13 @@ data derived from /etc/mime.types in UNIX-type 
systems.")
 (define-public r-markdown
   (package
     (name "r-markdown")
-    (version "1.9")
+    (version "1.11")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "markdown" version))
               (sha256
                (base32
-                "0201v3spgl8a5c5xkddac5a3z9zh8d0nm9yg6alyhhj4cjwmgibh"))))
+                "052zrb6bnr6k3p9pmm3vfh3g7z20g6pjvphjdiqyjb4mb9sn3z27"))))
     (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]