guix-commits
[Top][All Lists]
Advanced

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

139/158: gnu: r-ggplot2: Update to 3.4.1.


From: guix-commits
Subject: 139/158: gnu: r-ggplot2: Update to 3.4.1.
Date: Sun, 19 Mar 2023 13:24:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b6776e8f579fb41198151889253af1ffef694fa8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:45 2023 +0100

    gnu: r-ggplot2: Update to 3.4.1.
    
    * gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.1.
    [propagated-inputs]: Remove r-digest.
---
 gnu/packages/statistics.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index fd5805ae2e..2926d7d3a2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1235,17 +1235,16 @@ using just two functions: melt and dcast (or acast).")
 (define-public r-ggplot2
   (package
     (name "r-ggplot2")
-    (version "3.4.0")
+    (version "3.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggplot2" version))
        (sha256
-        (base32 "0gj7n2y8msnmhk3x4r481biknvn2dqhahwazfqwr8f3lz599wbx8"))))
+        (base32 "113d5khg0lswrbwasavl2l5jgpcd3h519mcb5iq2cq0dz4rw66q4"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli
-           r-digest
            r-glue
            r-gtable
            r-isoband



reply via email to

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