guix-commits
[Top][All Lists]
Advanced

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

23/27: gnu: r-ggplot2: Update to 3.5.0.


From: guix-commits
Subject: 23/27: gnu: r-ggplot2: Update to 3.5.0.
Date: Mon, 26 Feb 2024 06:35:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bf7a7af1a4ffd8d5f332d662e425277a95c99b27
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 12:25:14 2024 +0100

    gnu: r-ggplot2: Update to 3.5.0.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 3.5.0.
    
    Change-Id: I65435f9ddb69a9c62c79edd4eadd8c3d601251c6
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index ecad9e6230..072b16127b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1259,13 +1259,13 @@ using just two functions: melt and dcast (or acast).")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "3.4.4")
+    (version "3.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "0iiywrzv8j0npasvzgkxwhw0zqisf4xmpx06jl0lsq1ybl3fqxid"))))
+        (base32 "1qlh231dwsa7j0pzlw6xdm68d7r0v64916p66bg9lh1dw3a1ryh7"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli



reply via email to

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