guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 01b38bb7e374f4a3e628a0577e3f46f5aea20a49
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Feb 26 22:36:14 2026 +0100
gnu: r-scatterplot3d: Update to 0.3-45.
* gnu/packages/cran.scm (r-scatterplot3d): Update to 0.3-45.
Change-Id: I772faf620ca83347ae8f85fea8d77499ed4da393
---
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 bee495b610..a3e6c3b05e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22037,14 +22037,14 @@ statistics, etc.")
(define-public r-scatterplot3d
(package
(name "r-scatterplot3d")
- (version "0.3-44")
+ (version "0.3-45")
(source
(origin
(method url-fetch)
(uri (cran-uri "scatterplot3d" version))
(sha256
(base32
- "1hkfislhzx05y5qqa7pvrils3qf9rhxbf37lkpsjbn9yihs0i70w"))))
+ "0h43ljf7lg6w6s05cw86b0l7r4cf7lpdbglkfra37jzh77d29m9a"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/scatterplot3d/")
(synopsis "3D scatter plot")