gnu: r-qgraph: Update to 1.9.2.

* gnu/packages/cran.scm (r-qgraph): Update to 1.9.2.
This commit is contained in:
Ricardo Wurmus 2022-03-15 14:28:43 +01:00
parent 5b992f4b42
commit 3a7e5bb521
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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