guix-commits
[Top][All Lists]
Advanced

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

42/43: gnu: r-cowplot: Update to 1.1.0.


From: guix-commits
Subject: 42/43: gnu: r-cowplot: Update to 1.1.0.
Date: Mon, 14 Sep 2020 13:07:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2feb9435589b71b520f182df3ec5dc762b36c5ec
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Sep 14 19:03:49 2020 +0200

    gnu: r-cowplot: Update to 1.1.0.
    
    * gnu/packages/statistics.scm (r-cowplot): Update to 1.1.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/statistics.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 98916d4..4023000 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4522,20 +4522,22 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
 (define-public r-cowplot
   (package
     (name "r-cowplot")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cowplot" version))
        (sha256
         (base32
-         "19cqdhgfyr1wj0fz0c5ly8f0aiy9sfgzq6lzb78hkx0hdp2agybh"))))
+         "04d5pg4xi9nhgcbam71b5mp3q1g804ng864v90add1kddfyl3f9h"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)
        ("r-gtable" ,r-gtable)
        ("r-rlang" ,r-rlang)
        ("r-scales" ,r-scales)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (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]