guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/70: gnu: r-ggvenndiagram: Update to 1.4.9.


From: guix-commits
Subject: 14/70: gnu: r-ggvenndiagram: Update to 1.4.9.
Date: Thu, 28 Dec 2023 03:35:43 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit eb7e0dab613ea68c977d16e1c42179ef926c2269
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:33:16 2023 +0100

    gnu: r-ggvenndiagram: Update to 1.4.9.
    
    * gnu/packages/cran.scm (r-ggvenndiagram): Update to 1.4.9.
    [propagated-inputs]: Add r-aplot, r-forcats, and r-tidyr; remove r-magrittr,
    r-plotly, r-purrr, r-rvenn, r-sf, and r-yulab-utils.
    
    Change-Id: I7e1f701e893aff8d75fa9de46d4f451cfa98f820
---
 gnu/packages/cran.scm | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 75a8fb49e3..a20be1159b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2390,26 +2390,23 @@ scale-sensitive information.")
 (define-public r-ggvenndiagram
   (package
     (name "r-ggvenndiagram")
-    (version "1.2.3")
+    (version "1.4.9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggVennDiagram" version))
        (sha256
         (base32
-         "083qr0qd3333qmr42v9k0r0sq5842cca83p87h5gikk8v1vljv7j"))))
+         "1nf4prkpciy1q1ix7chy0ymk5d3dlxxb53c29pg6yjp3py0hiw2h"))))
     (properties `((upstream-name . "ggVennDiagram")))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-dplyr
+     (list r-aplot
+           r-dplyr
+           r-forcats
            r-ggplot2
-           r-magrittr
-           r-plotly
-           r-purrr
-           r-rvenn
-           r-sf
            r-tibble
-           r-yulab-utils))
+           r-tidyr))
     (native-inputs (list r-knitr))
     (home-page "https://github.com/gaospecial/ggVennDiagram";)
     (synopsis "Implementention of the Venn diagram using ggplot2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]