guix-commits
[Top][All Lists]
Advanced

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

104/158: gnu: r-aplot: Update to 0.2.0.


From: guix-commits
Subject: 104/158: gnu: r-aplot: Update to 0.2.0.
Date: Mon, 28 Aug 2023 11:11:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8544df19505db3e8a5b981be971218bf4346b024
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:21:03 2023 +0200

    gnu: r-aplot: Update to 0.2.0.
    
    * gnu/packages/cran.scm (r-aplot): Update to 0.2.0.
---
 gnu/packages/cran.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 00739298a0..ceff3816a3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24223,22 +24223,18 @@ external dependencies.  This package has is 
implemented purely in R.")
 (define-public r-aplot
   (package
     (name "r-aplot")
-    (version "0.1.10")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "aplot" version))
        (sha256
         (base32
-         "1lb739r3d60a73km8w5f76p7v6xydkfljfxvi25n51zq8617cdyr"))))
+         "1431c6hx812bz013zqbgj5zg4ilpakfpi691wlcwybri75sxxdv0"))))
     (properties `((upstream-name . "aplot")))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-ggfun
-           r-ggplot2
-           r-ggplotify
-           r-magrittr
-           r-patchwork))
+     (list r-ggfun r-ggplot2 r-ggplotify r-magrittr r-patchwork))
     (home-page "https://github.com/YuLab-SMU/aplot";)
     (synopsis "Decorate a ggplot with associated information")
     (description



reply via email to

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