guix-commits
[Top][All Lists]
Advanced

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

07/11: gnu: r-patchwork: Update to 1.0.1.


From: guix-commits
Subject: 07/11: gnu: r-patchwork: Update to 1.0.1.
Date: Wed, 24 Jun 2020 11:24:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7fe6a2f00be6ee62b75dfacf9194865968260971
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jun 24 17:21:28 2020 +0200

    gnu: r-patchwork: Update to 1.0.1.
    
    * gnu/packages/cran.scm (r-patchwork): Update to 1.0.1.
---
 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 c93aa0c..ab5e57c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16190,14 +16190,14 @@ guaranteeing well-connected communities.\" 
<arXiv:1810.08473>.")
 (define-public r-patchwork
   (package
     (name "r-patchwork")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "patchwork" version))
        (sha256
         (base32
-         "0qrwbcswh7ylrmghi17k6wk7w51cz6mcmvcyyd41hy3m2ywmkywb"))))
+         "0wm93a40idrkzn5hpnykhznvh7hdbfqw0dkzzn0zk83qlwyc9g02"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ggplot2" ,r-ggplot2)



reply via email to

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