guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 1b93d3bb05199ee94f92f9636512d1af02a59d44
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Feb 15 11:12:08 2026 +0100
gnu: r-semplot: Update to 1.1.8.
* gnu/packages/cran.scm (r-semplot): Update to 1.1.8.
Change-Id: I4d58a4a4f310ca756a6edd03853894c5d5bdfdad
---
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 81f298f10e..072bc3ee15 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -46353,14 +46353,14 @@ model estimation. See Epskamp et al. (2012)
(define-public r-semplot
(package
(name "r-semplot")
- (version "1.1.7")
+ (version "1.1.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "semPlot" version))
(sha256
(base32
- "18jcmfmmsk76k5iwi0p5pzqzx2vys5zkfsdgyd7qhrzr83kip4jn"))))
+ "0ygvdjvasb7yg7c4v64inkrfi3qgc3gcscxm1hy988lnqnshngka"))))
(properties `((upstream-name . "semPlot")))
(build-system r-build-system)
(propagated-inputs