[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/43: gnu: r-ggpmisc: Update to 0.3.6.
From: |
guix-commits |
Subject: |
02/43: gnu: r-ggpmisc: Update to 0.3.6. |
Date: |
Mon, 14 Sep 2020 13:07:23 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c629dce1df09e874839bcf8b6927ec21f0058cb8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 14 19:01:37 2020 +0200
gnu: r-ggpmisc: Update to 0.3.6.
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.3.6.
[propagated-inputs]: Add r-glue.
---
gnu/packages/cran.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index be66533..0d7d7e3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -253,17 +253,18 @@ series of numeric vectors/matrices and factors.")
(define-public r-ggpmisc
(package
(name "r-ggpmisc")
- (version "0.3.5")
+ (version "0.3.6")
(source (origin
(method url-fetch)
(uri (cran-uri "ggpmisc" version))
(sha256
(base32
- "0ma2d3a3v8n85sghxr9anl6vgbs8gi82i1dllw99n81gsm59wgin"))))
+ "05i81q9rg8zf35vgcxhn3yhkc9dlvcpwpxncq1q3zs0rxhfkf208"))))
(build-system r-build-system)
(propagated-inputs
`(("r-broom" ,r-broom)
("r-dplyr" ,r-dplyr)
+ ("r-glue" ,r-glue)
("r-ggplot2" ,r-ggplot2)
("r-gridextra" ,r-gridextra)
("r-lubridate" ,r-lubridate)
- branch master updated (327f6ae -> d60739d), guix-commits, 2020/09/14
- 01/43: gnu: r-activedriverwgs: Update to 1.1.0., guix-commits, 2020/09/14
- 02/43: gnu: r-ggpmisc: Update to 0.3.6.,
guix-commits <=
- 03/43: gnu: r-callr: Update to 3.4.4., guix-commits, 2020/09/14
- 04/43: gnu: r-jsonlite: Update to 1.7.1., guix-commits, 2020/09/14
- 05/43: gnu: r-shape: Update to 1.4.5., guix-commits, 2020/09/14
- 10/43: gnu: r-processx: Update to 3.4.4., guix-commits, 2020/09/14
- 11/43: gnu: r-xfun: Update to 0.17., guix-commits, 2020/09/14
- 12/43: gnu: r-tsa: Update to 1.3., guix-commits, 2020/09/14
- 13/43: gnu: r-extradistr: Update to 1.9.1., guix-commits, 2020/09/14
- 06/43: gnu: r-lmtest: Update to 0.9-38., guix-commits, 2020/09/14
- 07/43: gnu: r-inline: Update to 0.3.16., guix-commits, 2020/09/14
- 08/43: gnu: r-psych: Update to 2.0.8., guix-commits, 2020/09/14