[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/21: gnu: r-bookdown: Update to 0.16.
From: |
guix-commits |
Subject: |
19/21: gnu: r-bookdown: Update to 0.16. |
Date: |
Mon, 25 Nov 2019 08:05:52 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 19600e08102dba55193bedf0e7eaa64cffbb46e2
Author: Ricardo Wurmus <address@hidden>
Date: Sun Nov 24 15:09:54 2019 +0100
gnu: r-bookdown: Update to 0.16.
* gnu/packages/cran.scm (r-bookdown): Update to 0.16.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index c55a81f..c406025 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13428,13 +13428,13 @@ SELECT or UPDATE queries to an end-point.")
(define-public r-bookdown
(package
(name "r-bookdown")
- (version "0.15")
+ (version "0.16")
(source (origin
(method url-fetch)
(uri (cran-uri "bookdown" version))
(sha256
(base32
- "0pgkabaqsckaz8z1nlza84jp172jyzv17kx5dily43jfx5psy2ap"))))
+ "1gwgvx1yg6q3wccnhidr3gshdvlgr42i4pvlg4h29kpsa7smjiv1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-htmltools" ,r-htmltools)
- branch master updated (aca2bf5 -> b5d4d5b), guix-commits, 2019/11/25
- 04/21: gnu: r-digest: Update to 0.6.23., guix-commits, 2019/11/25
- 06/21: gnu: r-rcppeigen: Update to 0.3.3.7.0., guix-commits, 2019/11/25
- 15/21: gnu: r-sjplot: Update to 2.8.0., guix-commits, 2019/11/25
- 13/21: gnu: r-parameters: Update to 0.3.0., guix-commits, 2019/11/25
- 19/21: gnu: r-bookdown: Update to 0.16.,
guix-commits <=
- 21/21: gnu: guile-gi: Update to 0.2.1., guix-commits, 2019/11/25
- 01/21: gnu: r-scales: Move to (gnu packages cran)., guix-commits, 2019/11/25
- 16/21: gnu: r-tidytree: Update to 0.3.0., guix-commits, 2019/11/25
- 02/21: gnu: r-scales: Update to 1.1.0., guix-commits, 2019/11/25
- 05/21: gnu: r-rlang: Update to 0.4.2., guix-commits, 2019/11/25
- 03/21: gnu: r-pheatmap: Move to (gnu packages cran)., guix-commits, 2019/11/25
- 12/21: gnu: r-abn: Update to 2.2., guix-commits, 2019/11/25
- 08/21: gnu: r-insight: Update to 0.7.0., guix-commits, 2019/11/25
- 07/21: gnu: Add r-effectsize., guix-commits, 2019/11/25
- 14/21: gnu: r-tidyverse: Update to 1.3.0., guix-commits, 2019/11/25