gnu: r-qgraph: Update to 1.9.1.

* gnu/packages/cran.scm (r-qgraph): Update to 1.9.1.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:32 +01:00
parent 6f6287f6c4
commit 5612ebe051
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -24666,14 +24666,14 @@ network, tree, dendrogram, and Sankey graphs from R using data frames.")
(define-public r-qgraph
(package
(name "r-qgraph")
(version "1.9")
(version "1.9.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "qgraph" version))
(sha256
(base32
"1ahhzp64jdgki5p2wga5mn8a2n1x2zldgpilrpf7hy5l9nf4imz1"))))
"165pa5fcxa3pb4352q1ykaysjcg44qq66qh5xy21rvhlhvzvn3g4"))))
(properties `((upstream-name . "qgraph")))
(build-system r-build-system)
(propagated-inputs