[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/50: gnu: r-hrbrthemes: Update to 0.8.7.
From: |
guix-commits |
Subject: |
35/50: gnu: r-hrbrthemes: Update to 0.8.7. |
Date: |
Wed, 6 Mar 2024 03:43:02 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6982f320e239b009a365cdecd72a50c0de102031
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:38:29 2024 +0100
gnu: r-hrbrthemes: Update to 0.8.7.
* gnu/packages/cran.scm (r-hrbrthemes): Update to 0.8.7.
[propagated-inputs]: Remove r-htmltools, r-knitr, and r-rmarkdown.
[native-inputs]: Remove r-knitr.
Change-Id: Id7486f175962306caea0ef290925f809e6db7972
---
gnu/packages/cran.scm | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7e9015845f..ffe6a9fd31 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33078,26 +33078,17 @@ statistics and p-values of the correlation
coefficients.")
(define-public r-hrbrthemes
(package
(name "r-hrbrthemes")
- (version "0.8.0")
+ (version "0.8.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "hrbrthemes" version))
(sha256
- (base32 "057h60b5p53dcyjyfwlgjc1ry968s9s64dw78p443w8717zk7zpc"))))
+ (base32 "0vwrwcx3yp5yi1fw45zb5b3rhhbhrmzkl935s5apvf9lwjz2wjas"))))
(properties `((upstream-name . "hrbrthemes")))
(build-system r-build-system)
(propagated-inputs
- (list r-extrafont
- r-gdtools
- r-ggplot2
- r-htmltools
- r-knitr
- r-magrittr
- r-rmarkdown
- r-scales))
- (native-inputs
- (list r-knitr))
+ (list r-extrafont r-gdtools r-ggplot2 r-magrittr r-scales))
(home-page "https://github.com/hrbrmstr/hrbrthemes/")
(synopsis "Additional themes, theme components and utilities for
@code{ggplot2}")
(description
- 09/50: gnu: r-spelling: Update to 2.3.0., (continued)
- 09/50: gnu: r-spelling: Update to 2.3.0., guix-commits, 2024/03/06
- 07/50: gnu: r-secretbase: Update to 0.3.0.1., guix-commits, 2024/03/06
- 14/50: gnu: r-renv: Update to 1.0.5., guix-commits, 2024/03/06
- 18/50: gnu: r-nodbi: Update to 0.10.3., guix-commits, 2024/03/06
- 15/50: gnu: r-ggsci: Update to 3.0.1., guix-commits, 2024/03/06
- 20/50: gnu: r-colorramps: Update to 2.3.2., guix-commits, 2024/03/06
- 27/50: gnu: r-ggraph: Update to 2.2.0., guix-commits, 2024/03/06
- 44/50: gnu: r-locfit: Update to 1.5-9.9., guix-commits, 2024/03/06
- 46/50: gnu: r-rcpparmadillo: Update to 0.12.8.1.0., guix-commits, 2024/03/06
- 16/50: gnu: r-factominer: Update to 2.10., guix-commits, 2024/03/06
- 35/50: gnu: r-hrbrthemes: Update to 0.8.7.,
guix-commits <=
- 47/50: gnu: r-vgam: Update to 1.1-10., guix-commits, 2024/03/06
- 26/50: gnu: r-tweenr: Update to 2.0.3., guix-commits, 2024/03/06
- 22/50: gnu: r-ontologyindex: Update to 2.12., guix-commits, 2024/03/06
- 33/50: gnu: r-stanheaders: Update to 2.32.6., guix-commits, 2024/03/06
- 36/50: gnu: r-spatstat-geom: Update to 3.2-9., guix-commits, 2024/03/06
- 43/50: gnu: r-gdtools: Update to 0.3.7., guix-commits, 2024/03/06
- 11/50: gnu: r-bdsmatrix: Update to 1.3-7., guix-commits, 2024/03/06
- 13/50: gnu: r-n2r: Update to 1.0.3., guix-commits, 2024/03/06
- 19/50: gnu: r-partr2: Update to 0.9.2., guix-commits, 2024/03/06
- 23/50: gnu: r-parallelly: Update to 1.37.1., guix-commits, 2024/03/06