guix-commits
[Top][All Lists]
Advanced

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

109/158: gnu: r-patchwork: Update to 1.1.3.


From: guix-commits
Subject: 109/158: gnu: r-patchwork: Update to 1.1.3.
Date: Mon, 28 Aug 2023 11:11:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0c5af061f789c5a4103ecd95243e507c4d8e7706
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:21:04 2023 +0200

    gnu: r-patchwork: Update to 1.1.3.
    
    * gnu/packages/cran.scm (r-patchwork): Update to 1.1.3.
    [propagated-inputs]: Add r-cli and r-rlang.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ca2a2654ca..aa4e948740 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25670,17 +25670,17 @@ on graphs of millions of nodes (as long as they can 
fit in memory).")
 (define-public r-patchwork
   (package
     (name "r-patchwork")
-    (version "1.1.2")
+    (version "1.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "patchwork" version))
        (sha256
         (base32
-         "0xw9mh1qakj131nw98icxrxwvdlwy2ngwvmagrqr3m84sz9dbffs"))))
+         "07npkbalfl2d9aix02m2srxgmd8ymar6v0x65ighg3nq9d7l4xp9"))))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-ggplot2 r-gtable))
+     (list r-cli r-ggplot2 r-gtable r-rlang))
     (native-inputs
      (list r-knitr))
     (home-page "https://github.com/thomasp85/patchwork";)



reply via email to

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