gnu: r-ztable: Update to 0.2.3.

* gnu/packages/statistics.scm (r-ztable): Update to 0.2.3.
This commit is contained in:
Ricardo Wurmus 2021-11-01 20:44:54 +00:00
parent 34a9cca76c
commit a0f8df49dc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4683,13 +4683,13 @@ (define-public r-rocr
(define-public r-ztable (define-public r-ztable
(package (package
(name "r-ztable") (name "r-ztable")
(version "0.2.2") (version "0.2.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ztable" version)) (uri (cran-uri "ztable" version))
(sha256 (sha256
(base32 (base32
"0wxcdb7yp2r6w5iznz1k49npp5sn4jiybfcj30s3198hkcnv0r8y")))) "1ps7ix0hc84s0p0ra6bkjxky3cffs1rvdcagqzj78lbdq22dk5j8"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-flextable" ,r-flextable) `(("r-flextable" ,r-flextable)