gnu: r-sjplot: Update to 2.8.15.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.15.
This commit is contained in:
parent
04903ef8ea
commit
160c68c888
1 changed files with 2 additions and 2 deletions
|
@ -16177,13 +16177,13 @@ efficient computation even with very large data sets.")
|
||||||
(define-public r-sjplot
|
(define-public r-sjplot
|
||||||
(package
|
(package
|
||||||
(name "r-sjplot")
|
(name "r-sjplot")
|
||||||
(version "2.8.14")
|
(version "2.8.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sjPlot" version))
|
(uri (cran-uri "sjPlot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06m6najky8ydnn6y6f3fh1y7laxnqpzcbyy1cyqcgvfcyfia9qjf"))))
|
(base32 "10lvn8dnckpjjpapmf0d2zwjkzjvs4iiswd3rmijzviz4ichhxjs"))))
|
||||||
(properties `((upstream-name . "sjPlot")))
|
(properties `((upstream-name . "sjPlot")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue