summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-03-04 20:06:30 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-03-04 20:19:26 +0100
commit6f501b7e84e1e7f3efcaba29e9bf121bbb93725e (patch)
tree789ae1e579fac14449f4fd3ef592d3d71d1cf3f6 /gnu
parent74c65c9d68617429a11030e71153e175c9b3d05d (diff)
downloadguix-6f501b7e84e1e7f3efcaba29e9bf121bbb93725e.tar.gz
gnu: r-ggformula: Update to 0.9.4.
* gnu/packages/cran.scm (r-ggformula): Update to 0.9.4.
[propagated-inputs]: Remove r-tidyr.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9e834415da..47bf2e27fb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7180,13 +7180,13 @@ and coverage methods to tune the choice of threshold.")
 (define-public r-ggformula
   (package
     (name "r-ggformula")
-    (version "0.9.3")
+    (version "0.9.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggformula" version))
        (sha256
-        (base32 "1bpsfp9hx001r91pxfiwgxcn5vw5bl1gclb865wz6g9l0jqjfk2p"))))
+        (base32 "04vdhg1bbc1psrx9ggaphz7cx4fw5xsmhkqpqfcg2w4ba2bjy46f"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggforce" ,r-ggforce)
@@ -7196,8 +7196,7 @@ and coverage methods to tune the choice of threshold.")
        ("r-mosaiccore" ,r-mosaiccore)
        ("r-rlang" ,r-rlang)
        ("r-stringr" ,r-stringr)
-       ("r-tibble" ,r-tibble)
-       ("r-tidyr" ,r-tidyr)))
+       ("r-tibble" ,r-tibble)))
     (home-page "https://github.com/ProjectMOSAIC/ggformula/")
     (synopsis "Formula interface for the @code{r-ggplot2}")
     (description