gnu: r-semplot: Update to 1.1.6.

* gnu/packages/cran.scm (r-semplot): Update to 1.1.6.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:19 +02:00
parent b311dffdfb
commit 7469dc9b85
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -26211,14 +26211,14 @@ (define-public r-qgraph
(define-public r-semplot
(package
(name "r-semplot")
(version "1.1.5")
(version "1.1.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "semPlot" version))
(sha256
(base32
"0d7v9yqc9nhx3hdrp444w1ah66zai3lg5y778m85r7ngh1prxlvc"))))
"0s9bp4pfsllg1k4x8a36yw82fw432dyz0xvmvi8dw9l12q3jkx8i"))))
(properties `((upstream-name . "semPlot")))
(build-system r-build-system)
(propagated-inputs