guix-commits
[Top][All Lists]
Advanced

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

branch r-updates updated: Revert "gnu: r-mosaic: Update to 1.8.3."


From: guix-commits
Subject: branch r-updates updated: Revert "gnu: r-mosaic: Update to 1.8.3."
Date: Mon, 26 Jul 2021 12:16:43 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/r-updates by this push:
     new 58cdd2b  Revert "gnu: r-mosaic: Update to 1.8.3."
58cdd2b is described below

commit 58cdd2b85a082e2bd8723c0c582461113f6338fc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 18:15:53 2021 +0200

    Revert "gnu: r-mosaic: Update to 1.8.3."
    
    This reverts commit b9b42ab4fbe6b8057ea22bfe087d0a51cc9fbf4c.
---
 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 14943c2..6167223 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.8.3")
+   (version "1.4.0")
    (source
     (origin
      (method url-fetch)
      (uri (cran-uri "mosaic" version))
      (sha256
-      (base32 "1y0isqbva0vi5zlx1xvixbq87n4xp66ljh43qnd0cpzaz0mn21cg"))))
+      (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2"))))
    (build-system r-build-system)
    (propagated-inputs
     `(("r-broom" ,r-broom)



reply via email to

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