guix-commits
[Top][All Lists]
Advanced

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

144/150: gnu: r-cowplot: Update to 1.1.1.


From: guix-commits
Subject: 144/150: gnu: r-cowplot: Update to 1.1.1.
Date: Wed, 20 Jan 2021 11:21:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 98794aef67eeb6b3244592100110c2a097f0b6d0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:15:07 2021 +0100

    gnu: r-cowplot: Update to 1.1.1.
    
    * gnu/packages/statistics.scm (r-cowplot): Update to 1.1.1.
---
 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 c81a71f..e52d385 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4536,14 +4536,14 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
 (define-public r-cowplot
   (package
     (name "r-cowplot")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cowplot" version))
        (sha256
         (base32
-         "04d5pg4xi9nhgcbam71b5mp3q1g804ng864v90add1kddfyl3f9h"))))
+         "0j7d5vhzdxn1blrsfafx5z8lhq122rp8230hp9czrpsnnhjydp67"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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