guix-commits
[Top][All Lists]
Advanced

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

20/40: gnu: r-patchwork: Update to 1.2.0.


From: guix-commits
Subject: 20/40: gnu: r-patchwork: Update to 1.2.0.
Date: Thu, 11 Jan 2024 06:29:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 51a6d1dd2f1bfacba6a105b0135aacf8ec67e319
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 11:45:22 2024 +0100

    gnu: r-patchwork: Update to 1.2.0.
    
    * gnu/packages/cran.scm (r-patchwork): Update to 1.2.0.
    
    Change-Id: I10574362f942182b47d29d73747355cec2d7111a
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a263574372..af7ed947d6 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26499,14 +26499,14 @@ 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.3")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "patchwork" version))
        (sha256
         (base32
-         "07npkbalfl2d9aix02m2srxgmd8ymar6v0x65ighg3nq9d7l4xp9"))))
+         "18b83gsv8idi5d062m9dvb46r7kxda97sa72pzllshhcaq9ylcfc"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli r-ggplot2 r-gtable r-rlang))



reply via email to

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