From 7e0ab6c845917cb2aee04cf6d27e222fb539900a Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 14 Jan 2026 19:42:16 +0100 Subject: [PATCH] gnu: r-blme: Update to 1.0-7. * gnu/packages/cran.scm (r-blme): Update to 1.0-7. [native-inputs]: Remove r-testthat. Change-Id: Ifde4305495a0bd6e72d29b732a3410192b89784a Signed-off-by: Rutherther --- gnu/packages/cran.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 52fb60d427238719465db9d556d9d12b40dc46b0..05dbcaff3e66b953703b769b79ee52c46d3d58f6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -39620,17 +39620,17 @@ parallel versions of vectorized R functions of the @code{mc*apply} family.") (define-public r-blme (package (name "r-blme") - (version "1.0-6") + (version "1.0-7") (source (origin (method url-fetch) (uri (cran-uri "blme" version)) (sha256 (base32 - "0ghpbhs3bqxv9s759i3klfzrvigaxp34sscsy2m0n3d08j09f206")))) + "1yhyyaiiyqd413nfrcang6bkccms9cr64375x7yb5ah6w4fbjisn")))) (build-system r-build-system) (propagated-inputs (list r-lme4)) - (native-inputs (list r-testthat)) + (native-inputs (list)) (home-page "https://github.com/vdorie/blme") (synopsis "Bayesian linear mixed-effects models") (description