guix-commits
[Top][All Lists]
Advanced

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

02/77: gnu: r-ggplot2: Update to 3.4.4.


From: guix-commits
Subject: 02/77: gnu: r-ggplot2: Update to 3.4.4.
Date: Wed, 25 Oct 2023 10:59:46 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bf3ec59b29cc049f61ff0ee3c8a784fc90b1a32a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 13:51:04 2023 +0200

    gnu: r-ggplot2: Update to 3.4.4.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.4.
    
    Change-Id: Ia21a38da8fdbcefaa6521a6843c4431b0d1ff47d
---
 gnu/packages/statistics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d0ff093006..c92087a3f4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1252,13 +1252,13 @@ using just two functions: melt and dcast (or acast).")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "3.4.3")
+    (version "3.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "0hx5j47y2fxrcg4fxavyn5jjycpwkmsiqsjh6kj7nwp7dg79mqjw"))))
+        (base32 "0iiywrzv8j0npasvzgkxwhw0zqisf4xmpx06jl0lsq1ybl3fqxid"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli
@@ -1268,10 +1268,10 @@ using just two functions: melt and dcast (or acast).")
            r-lifecycle
            r-mass
            r-mgcv
-           r-tibble
            r-rlang
            r-scales
            r-svglite ; Needed for 'ggsave'
+           r-tibble
            r-vctrs
            r-withr))
     (native-inputs



reply via email to

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