diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 03:45:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 06:38:58 +0200 |
commit | e155c6034bd2a91791dcefa26be0aefeecd3794e (patch) | |
tree | 749d733c0817b1dc08037df93dcac991215f1a1f /gnu | |
parent | 184020432bac4dd4501a1fba9927acc4df71d345 (diff) | |
download | patches-e155c6034bd2a91791dcefa26be0aefeecd3794e.tar patches-e155c6034bd2a91791dcefa26be0aefeecd3794e.tar.gz |
gnu: r-ggthemes: Update to 3.4.2.
* gnu/packages/statistics.scm (r-ggthemes): Update to 3.4.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 58ab4985ca..393818ab32 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -4312,13 +4312,13 @@ data at that region, and avoids over-plotting.") (define-public r-ggthemes (package (name "r-ggthemes") - (version "3.4.0") + (version "3.4.2") (source (origin (method url-fetch) (uri (cran-uri "ggthemes" version)) (sha256 (base32 - "1jj8lp7jbk3489kpgbw4b5phpn01gkfmksc21c6sn3x6wmzyn6hs")))) + "0i7ygpizs00acizixc29bhbrci523ys7vzxbii9b3bcmfa3pj7i3")))) (build-system r-build-system) (propagated-inputs `(("r-assertthat" ,r-assertthat) |