guix-commits
[Top][All Lists]
Advanced

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

34/38: gnu: r-ggplot2: Update to 3.4.2.


From: guix-commits
Subject: 34/38: gnu: r-ggplot2: Update to 3.4.2.
Date: Thu, 6 Apr 2023 11:34:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 241edf1daa97b4a6cc98074ce50cc06f507d53b1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 6 17:32:42 2023 +0200

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



reply via email to

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