summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-03-05 14:38:29 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-03-06 09:42:05 +0100
commit6982f320e239b009a365cdecd72a50c0de102031 (patch)
tree282c4355df4662bc79e553476fe8b76b4c004c96
parent06a3e957cb3828af51469d842a23232fd27b5a32 (diff)
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
-rw-r--r--gnu/packages/cran.scm15
1 files 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