guix-commits
[Top][All Lists]
Advanced

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

17/57: gnu: r-mosaic: Update to 1.8.3.


From: guix-commits
Subject: 17/57: gnu: r-mosaic: Update to 1.8.3.
Date: Mon, 26 Jul 2021 09:39:23 -0400 (EDT)

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

commit b9b42ab4fbe6b8057ea22bfe087d0a51cc9fbf4c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:07 2021 +0200

    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 ce982eb..97b11e2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9631,13 +9631,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]