gnu: r-exact: Update to 3.3.

* gnu/packages/statistics.scm (r-exact): Update to 3.3.

Change-Id: If388135e98d31308d6d6170f30038ea9b44c994f
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:36:19 +02:00
parent 8c0709893b
commit ea717b12d3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7508,13 +7508,13 @@ L-Moments and Distributional Least Absolutes.")
(define-public r-exact (define-public r-exact
(package (package
(name "r-exact") (name "r-exact")
(version "3.2") (version "3.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "Exact" version)) (uri (cran-uri "Exact" version))
(sha256 (sha256
(base32 "0a33gbhzd580i31xxsjxigg0nl8ag1x4xz3jqmq5jqappc6f5d2k")))) (base32 "0hikz8f19blywxs66xj6zf4krwyivsy3w165qvrnb0m2l6dx1l7v"))))
(properties `((upstream-name . "Exact"))) (properties `((upstream-name . "Exact")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-rootsolve)) (propagated-inputs (list r-rootsolve))