guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3c7fb8c1b99407258e32b374f38db756c6252883
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat May 31 09:11:16 2025 +0200
gnu: r-rle: Update to 0.10.0.
* gnu/packages/cran.scm (r-rle): Update to 0.10.0.
Change-Id: Iad4ee0bf268055b2ed40ec39656808ad616907d0
---
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 4fa635a878..d7f1ae7471 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20854,14 +20854,14 @@ arbitrary user specified variable selection
approaches.")
(define-public r-rle
(package
(name "r-rle")
- (version "0.9.2")
+ (version "0.10.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "rle" version))
(sha256
(base32
- "0sagl0jggg40lihzy7pfq4593rfvc3b3f7g6ggi85s7n18qvwg40"))))
+ "1arlb1lhwyk8744f1inlghd3rkmzfgmfdq7zs353v0rs1yl9j5qr"))))
(properties `((upstream-name . "rle")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/rle/")