guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 9a907c997218ded7ae999e053ed0989d869a862b
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:00 2026 +0100
gnu: r-lamw: Update to 2.2.6.
* gnu/packages/cran.scm (r-lamw): Update to 2.2.6.
Change-Id: I7ca15d31523ebe4220dd335961c3c1eaee9f5105
---
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 ad6f7c2c32..83bdac51bf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17085,13 +17085,13 @@ do-it-yourself toolkit allows users to define their
own Lambert W x
(define-public r-lamw
(package
(name "r-lamw")
- (version "2.2.5")
+ (version "2.2.6")
(source (origin
(method url-fetch)
(uri (cran-uri "lamW" version))
(sha256
(base32
- "0njdkvn76m6ywrzam3h5d3wxdn3v11ja3z0vn37mhfwwd4a327ck"))))
+ "1yijyha6x2wx8pg6ysp0ks5ps482k0vr4iv8shkhafasabricxd4"))))
(properties `((upstream-name . "lamW")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp r-rcppparallel))