guix-commits
[Top][All Lists]
Advanced

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

60/133: gnu: r-aplot: Update to 0.1.1.


From: guix-commits
Subject: 60/133: gnu: r-aplot: Update to 0.1.1.
Date: Thu, 30 Sep 2021 06:43:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 122500fea866d42917b92cbb9dffd4712317a25a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:26 2021 +0200

    gnu: r-aplot: Update to 0.1.1.
    
    * gnu/packages/cran.scm (r-aplot): Update to 0.1.1.
    [propagated-inputs]: Add r-ggfun, r-ggplotify, and r-yulab-utils.
---
 gnu/packages/cran.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 25057ef..fea9469 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18440,20 +18440,23 @@ external dependencies.  This package has is 
implemented purely in R.")
 (define-public r-aplot
   (package
     (name "r-aplot")
-    (version "0.0.6")
+    (version "0.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "aplot" version))
        (sha256
         (base32
-         "08kqrm9r57l8zgij897wpp428l4i50qfhp7y78r3pk5pjz37bsan"))))
+         "067yzy35spvs6jbccqpmvnjilglxzda6qqlqhjv311kfvnppzsyf"))))
     (properties `((upstream-name . "aplot")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-ggplot2" ,r-ggplot2)
+     `(("r-ggfun" ,r-ggfun)
+       ("r-ggplot2" ,r-ggplot2)
+       ("r-ggplotify" ,r-ggplotify)
        ("r-magrittr" ,r-magrittr)
-       ("r-patchwork" ,r-patchwork)))
+       ("r-patchwork" ,r-patchwork)
+       ("r-yulab-utils" ,r-yulab-utils)))
     (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]