guix-commits
[Top][All Lists]
Advanced

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

53/69: gnu: r-cowplot: Update to 0.8.0.


From: Ricardo Wurmus
Subject: 53/69: gnu: r-cowplot: Update to 0.8.0.
Date: Thu, 3 Aug 2017 11:54:43 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit df03b6f90c0613472b9306679ff95a7bcc3aaa22
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Aug 3 17:25:45 2017 +0200

    gnu: r-cowplot: Update to 0.8.0.
    
    * gnu/packages/statistics.scm (r-cowplot): Update to 0.8.0.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index dd47cee..13f6639 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4361,14 +4361,14 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
 (define-public r-cowplot
   (package
     (name "r-cowplot")
-    (version "0.7.0")
+    (version "0.8.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cowplot" version))
        (sha256
         (base32
-         "03iimcsh1pk7iqzjdlfcj43b8khijdk4hg00j4jdllv19xsfb0hx"))))
+         "03bh0r6ynr95gk4lc8asfi3kpmskm59vfzwn417pdziha3igs5x6"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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