guix-commits
[Top][All Lists]
Advanced

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

44/48: gnu: r-ggplot2: Update to 3.5.1.


From: guix-commits
Subject: 44/48: gnu: r-ggplot2: Update to 3.5.1.
Date: Tue, 7 May 2024 16:20:59 -0400 (EDT)

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

commit f149c0b2a8f00defaae9faaa6427d57fd871adbf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:18:49 2024 +0200

    gnu: r-ggplot2: Update to 3.5.1.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 3.5.1.
    
    Change-Id: I3b18fcdfbf6b57ccd02114a364d5d6227856535c
---
 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 bd1402035d..5b37cae182 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1268,13 +1268,13 @@ using just two functions: melt and dcast (or acast).")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "3.5.0")
+    (version "3.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "1qlh231dwsa7j0pzlw6xdm68d7r0v64916p66bg9lh1dw3a1ryh7"))))
+        (base32 "08a72kizg42mdm35170fnpn8l6r4n3j1yvbgiq1k8dlvz4jb8n3w"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli



reply via email to

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