guix-commits
[Top][All Lists]
Advanced

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

66/214: gnu: r-mosaicdata: Update to 0.20.3.


From: guix-commits
Subject: 66/214: gnu: r-mosaicdata: Update to 0.20.3.
Date: Tue, 20 Sep 2022 11:07:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f9e5d17bb438f953f716e0f91ee49245d7877194
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:58 2022 +0200

    gnu: r-mosaicdata: Update to 0.20.3.
    
    * gnu/packages/cran.scm (r-mosaicdata): Update to 0.20.3.
---
 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 01b6600a4d..2153199de4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11722,13 +11722,13 @@ while providing the intuitive capabilities of 
@code{r-ggplot2}.")
 (define-public r-mosaicdata
   (package
     (name "r-mosaicdata")
-    (version "0.20.2")
+    (version "0.20.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "mosaicData" version))
        (sha256
-        (base32 "0h3f5fgzkzjfgf3ml0qa5j52921y6wy6jgggxmhs31bs8fd4srg4"))))
+        (base32 "1s97yq24z7yhzmx0dpspfadpd8hndyhn7aiw0nslwrhvilhwa409"))))
     (properties `((upstream-name . "mosaicData")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/mosaicData/";)



reply via email to

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