diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-13 11:11:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-13 11:14:43 +0100 |
commit | 104e7c3c923e943b7e7c8b9fd24d2fc05c6f6445 (patch) | |
tree | 42db771aacecfe0cbc6848801af62f9162a7d3bf /gnu/packages/cran.scm | |
parent | 3fe45dda0a4633cdf2703b5fcb51eeb201e71d0e (diff) | |
download | patches-104e7c3c923e943b7e7c8b9fd24d2fc05c6f6445.tar patches-104e7c3c923e943b7e7c8b9fd24d2fc05c6f6445.tar.gz |
gnu: r-ggformula: Update to 0.9.1.
* gnu/packages/cran.scm (r-ggformula): Update to 0.9.1.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 552c8bc0d8..5945d6fa16 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6459,13 +6459,13 @@ and coverage methods to tune the choice of threshold.") (define-public r-ggformula (package (name "r-ggformula") - (version "0.9.0") + (version "0.9.1") (source (origin (method url-fetch) (uri (cran-uri "ggformula" version)) (sha256 - (base32 "1pmpdfjfbrc6kcpq70cr1kbj2qy711hw940g2aiis6l443z706kh")))) + (base32 "01ngx8qh9lhmagng6abx2ky54zi3iyj5bpxlnw59slagwv7l6icx")))) (build-system r-build-system) (propagated-inputs `(("r-ggplot2" ,r-ggplot2) |