guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: r-cowplot: Update to 0.9.3.


From: Tobias Geerinckx-Rice
Subject: 03/12: gnu: r-cowplot: Update to 0.9.3.
Date: Fri, 10 Aug 2018 20:09:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9a3c345b3fa1a25a46f71070312db3cb59520587
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 11 00:45:02 2018 +0200

    gnu: r-cowplot: Update to 0.9.3.
    
    * gnu/packages/statistics.scm (r-cowplot): Update to 0.9.3.
---
 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 d8c1e6d..7d0f9a0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4466,14 +4466,14 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
 (define-public r-cowplot
   (package
     (name "r-cowplot")
-    (version "0.9.2")
+    (version "0.9.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cowplot" version))
        (sha256
         (base32
-         "13yjw7yv7imyqiawqqp304hkp6x36iv6rf6gn03dwzwkj9zwx4lb"))))
+         "1jrx1h0blkk577y4cvnjk7xccn7qmjiv2bnpgqlsjvjhsxglf41y"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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