diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-03-12 23:04:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-03-15 20:18:50 +0100 |
commit | a6bccab948e9e3a278c1a059dbdcd204dfbe1141 (patch) | |
tree | a30db1b78f0b5d566dc0e32845f537567c6dc69d /gnu | |
parent | 5612ebe05139e47dc1fe5a048ddadd61d9e50000 (diff) | |
download | guix-a6bccab948e9e3a278c1a059dbdcd204dfbe1141.tar.gz |
gnu: r-semplot: Update to 1.1.4.
* gnu/packages/cran.scm (r-semplot): Update to 1.1.4. [propagated-inputs]: Remove r-regsem.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 017d0e1015..8fda42bb09 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -24708,14 +24708,14 @@ model estimation. See Epskamp et al. (2012) (define-public r-semplot (package (name "r-semplot") - (version "1.1.2") + (version "1.1.4") (source (origin (method url-fetch) (uri (cran-uri "semPlot" version)) (sha256 (base32 - "0l1v9yi1pv59iwfknw4dh9qskk5y8r347jq1vq13gnfd3bmd71xr")))) + "1pvfgh6a2gy8zsz4h0qv9m5r42apmhjxm1axqg6q7x9mbapxlpqv")))) (properties `((upstream-name . "semPlot"))) (build-system r-build-system) (propagated-inputs @@ -24727,7 +24727,6 @@ model estimation. See Epskamp et al. (2012) r-openmx r-plyr r-qgraph - r-regsem r-rockchalk r-sem r-xml)) |