guix-commits
[Top][All Lists]
Advanced

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

37/128: gnu: r-cowplot: Update to 0.9.4.


From: guix-commits
Subject: 37/128: gnu: r-cowplot: Update to 0.9.4.
Date: Sat, 12 Jan 2019 17:36:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 70ee5ab13755816a953509a09705ad82457e7207
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 15:44:03 2019 +0100

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



reply via email to

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