guix-commits
[Top][All Lists]
Advanced

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

15/16: gnu: r-cowplot: Update to 1.1.3.


From: guix-commits
Subject: 15/16: gnu: r-cowplot: Update to 1.1.3.
Date: Thu, 25 Jan 2024 03:51:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ed64ab4c9a531b2bba2f7ea0ae81db695914cf10
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 25 09:20:33 2024 +0100

    gnu: r-cowplot: Update to 1.1.3.
    
    * gnu/packages/statistics.scm (r-cowplot): Update to 1.1.3.
    
    Change-Id: I06bc9f67a9911ef927d31f7d33b4e59c2f25e02b
---
 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 4ba5b84e81..fbfdc8d8c8 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5399,14 +5399,14 @@ Farebrother's algorithm or Liu et al.'s algorithm.")
 (define-public r-cowplot
   (package
     (name "r-cowplot")
-    (version "1.1.2")
+    (version "1.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cowplot" version))
        (sha256
         (base32
-         "1ppsg3rbqz9a16zq87izdj5w8ylb6jb6v13xb01k7m3n2h4mv4f6"))))
+         "0wxjynpbamyimpms7psbac7xgwswzlidczpc037q20y5yld9fml7"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-ggplot2 r-gtable r-rlang r-scales))



reply via email to

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