guix-commits
[Top][All Lists]
Advanced

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

35/115: gnu: r-mosaic: Update to 1.8.3.


From: guix-commits
Subject: 35/115: gnu: r-mosaic: Update to 1.8.3.
Date: Tue, 23 Nov 2021 10:26:44 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 47b4653fca60a4fcc7b2d44b09fb760a6d974614
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:15 2021 +0100

    gnu: r-mosaic: Update to 1.8.3.
    
    * gnu/packages/cran.scm (r-mosaic): Update to 1.8.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 09672f0..d4c420f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10173,13 +10173,13 @@ Processing of very large files is supported.")
 (define-public r-mosaic
   (package
    (name "r-mosaic")
-   (version "1.4.0")
+   (version "1.8.3")
    (source
     (origin
      (method url-fetch)
      (uri (cran-uri "mosaic" version))
      (sha256
-      (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
+      (base32 "1y0isqbva0vi5zlx1xvixbq87n4xp66ljh43qnd0cpzaz0mn21cg"))))
    (build-system r-build-system)
    (propagated-inputs
     `(("r-broom" ,r-broom)



reply via email to

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