~ruther/guix-local

c712e0e6a43db0d03a7472f6ee773ee0a0f71002 — Ricardo Wurmus 3 years ago a041d1d
gnu: r-sjplot: Update to 2.8.11.

* gnu/packages/cran.scm (r-sjplot): Update to 2.8.11.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 12754,13 12754,13 @@ conversion of indices such as Cohen's d, r, odds, etc.")
(define-public r-sjplot
  (package
    (name "r-sjplot")
    (version "2.8.10")
    (version "2.8.11")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "sjPlot" version))
       (sha256
        (base32 "1rnwhh271xj8xgvvlpqw9ain56mfz37fvl7f6jq9nzx9jxx95bjd"))))
        (base32 "05iimcf1if1cx9bmsjb6f5gcq58hjiw10vx7kqd4nqnyhzcvy8yr"))))
    (properties `((upstream-name . "sjPlot")))
    (build-system r-build-system)
    (propagated-inputs