gnu: r-sjplot: Update to 2.8.13.

* gnu/packages/cran.scm (r-sjplot): Update to 2.8.13.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:28 +01:00
parent 9c92f11378
commit 6bb6706c42
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14839,13 +14839,13 @@ (define-public r-effsize
(define-public r-sjplot
(package
(name "r-sjplot")
(version "2.8.12")
(version "2.8.13")
(source
(origin
(method url-fetch)
(uri (cran-uri "sjPlot" version))
(sha256
(base32 "0g6r4p1r70jjzw74177kxcx2br2n206jwlqazw0vxcsbffb8a411"))))
(base32 "1pbfskhq6mbycih0ck9vhmf6plgp03w5ipk6w9z28aw3kn7mcv1z"))))
(properties `((upstream-name . "sjPlot")))
(build-system r-build-system)
(propagated-inputs