guix-commits
[Top][All Lists]
Advanced

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

31/32: gnu: r-cowplot: Update to 0.9.1.


From: Ricardo Wurmus
Subject: 31/32: gnu: r-cowplot: Update to 0.9.1.
Date: Thu, 30 Nov 2017 11:30:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b50a4b13910f2484f6f8f1a551e930e6f9b4f42f
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 30 17:14:32 2017 +0100

    gnu: r-cowplot: Update to 0.9.1.
    
    * gnu/packages/statistics.scm (r-cowplot): Update to 0.9.1.
    [propagated-inputs]: Add r-scales.
---
 gnu/packages/statistics.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 400af90..d1b73ea 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4394,19 +4394,20 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
 (define-public r-cowplot
   (package
     (name "r-cowplot")
-    (version "0.8.0")
+    (version "0.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cowplot" version))
        (sha256
         (base32
-         "03bh0r6ynr95gk4lc8asfi3kpmskm59vfzwn417pdziha3igs5x6"))))
+         "0iq0wsi7467cj8hqml06whk3xsiv89x8dvm9ynwp411pzzbdjgwm"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)
        ("r-gtable" ,r-gtable)
-       ("r-plyr" ,r-plyr)))
+       ("r-plyr" ,r-plyr)
+       ("r-scales" ,r-scales)))
     (home-page "https://github.com/wilkelab/cowplot";)
     (synopsis "Streamlined plot theme and plot annotations for ggplot2")
     (description



reply via email to

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