guix-commits
[Top][All Lists]
Advanced

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

30/138: gnu: r-venndiagram: Update to 1.7.1.


From: guix-commits
Subject: 30/138: gnu: r-venndiagram: Update to 1.7.1.
Date: Wed, 5 Jan 2022 15:24:42 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 53004bd0eebdc581db55f1be623e73bc534a94b7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:15 2022 +0100

    gnu: r-venndiagram: Update to 1.7.1.
    
    * gnu/packages/cran.scm (r-venndiagram): Update to 1.7.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 69cc574ff3..b1274ad8a9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5278,13 +5278,13 @@ and density estimation")
 (define-public r-venndiagram
   (package
     (name "r-venndiagram")
-    (version "1.7.0")
+    (version "1.7.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "VennDiagram" version))
               (sha256
                (base32
-                "1l9mmc8wwn885l2b13kshhrkz53pqigcw6d8gklvv92fx5m5cdvm"))))
+                "0yw54j9as0vf8ypnq4a3sl2w0lajri6s979f4y11hjzpgmr1m16b"))))
     (properties `((upstream-name . "VennDiagram")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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