guix-commits
[Top][All Lists]
Advanced

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

01/158: gnu: r-ggplot2: Update to 3.4.3.


From: guix-commits
Subject: 01/158: gnu: r-ggplot2: Update to 3.4.3.
Date: Mon, 28 Aug 2023 11:11:08 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 05044a54468e091ead1dfa24662df02cd0929ad8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 11:02:13 2023 +0200

    gnu: r-ggplot2: Update to 3.4.3.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.3.
---
 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 5abc62d760..c0701332e3 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1247,13 +1247,13 @@ using just two functions: melt and dcast (or acast).")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "3.4.2")
+    (version "3.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "1jl3a9z668zjb2p2c01rxpgmjs5gc9gkxn8xqi7q8vrc1akhl8vh"))))
+        (base32 "0hx5j47y2fxrcg4fxavyn5jjycpwkmsiqsjh6kj7nwp7dg79mqjw"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli



reply via email to

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