diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-09-08 00:20:25 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-09-08 00:30:33 +0200 |
commit | 9a4706828cfd01dce148c146dc710db84e538266 (patch) | |
tree | b00418e7adfed141755f4bdb2e33756b656a7d79 /gnu | |
parent | c90eebf791b063760a922f1f4de64867681b2a3a (diff) | |
download | guix-9a4706828cfd01dce148c146dc710db84e538266.tar.gz guix-9a4706828cfd01dce148c146dc710db84e538266.zip |
gnu: r-ggformula: Update to 0.9.2.
* gnu/packages/cran.scm (r-ggformula): Update to 0.9.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a7be239761..dbc2ea6e60 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6873,13 +6873,13 @@ and coverage methods to tune the choice of threshold.") (define-public r-ggformula (package (name "r-ggformula") - (version "0.9.1") + (version "0.9.2") (source (origin (method url-fetch) (uri (cran-uri "ggformula" version)) (sha256 - (base32 "01ngx8qh9lhmagng6abx2ky54zi3iyj5bpxlnw59slagwv7l6icx")))) + (base32 "16ycabhnp78fsiv1dc63ccgh9gmpsy2683vbmq0fdzl6w3pd87sr")))) (build-system r-build-system) (propagated-inputs `(("r-ggplot2" ,r-ggplot2) |