guix-commits
[Top][All Lists]
Advanced

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

89/244: gnu: r-ggvenn: Update to 0.1.10.


From: guix-commits
Subject: 89/244: gnu: r-ggvenn: Update to 0.1.10.
Date: Wed, 12 Apr 2023 08:47:26 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 1f1fa22099a34d7334cc8267cf94363fcccdfb08
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 6 17:32:35 2023 +0200

    gnu: r-ggvenn: Update to 0.1.10.
    
    * gnu/packages/cran.scm (r-ggvenn): Update to 0.1.10.
---
 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 305ddd85c9..bc85c62b21 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1935,13 +1935,13 @@ scale-sensitive information.")
 (define-public r-ggvenn
   (package
     (name "r-ggvenn")
-    (version "0.1.9")
+    (version "0.1.10")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "ggvenn" version))
               (sha256
                (base32
-                "0bm52j3idchignp6nrw7c76jlbfkjf5zng258957vq019vx9qxrq"))))
+                "0gl7z8hrn2wmmb59fvfv2hsw40p629aj086dv0kwlv162zqidqfd"))))
     (properties `((upstream-name . "ggvenn")))
     (build-system r-build-system)
     (propagated-inputs (list r-dplyr r-ggplot2))



reply via email to

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