mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: r-sjplot: Update to 2.8.6.
* gnu/packages/cran.scm (r-sjplot): Update to 2.8.6.
This commit is contained in:
parent
430760f345
commit
4adef5cb84
1 changed files with 2 additions and 2 deletions
|
@ -9392,13 +9392,13 @@ (define-public r-effectsize
|
||||||
(define-public r-sjplot
|
(define-public r-sjplot
|
||||||
(package
|
(package
|
||||||
(name "r-sjplot")
|
(name "r-sjplot")
|
||||||
(version "2.8.5")
|
(version "2.8.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sjPlot" version))
|
(uri (cran-uri "sjPlot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07fwa6ga9430irk68g9wcfpn9g24pf8qc2i127nrydm865y7ri24"))))
|
(base32 "1dn9nvvp4jd45kwr4rpp2abf7xdpdmiv41rr3fkdb32a136bzx4b"))))
|
||||||
(properties `((upstream-name . "sjPlot")))
|
(properties `((upstream-name . "sjPlot")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue