1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-09 18:55:55 +02:00

gnu: r-desctools: Update to 0.99.57.

* gnu/packages/statistics.scm (r-desctools): Update to 0.99.57.

Change-Id: I00cfb4f53f3be385bf6959415aeae7156515adb2
This commit is contained in:
Ricardo Wurmus
2024-11-01 15:01:10 +01:00
parent 9010bea037
commit 79f621ddeb
+2 -2
View File
@@ -7638,13 +7638,13 @@ Calculates confidence intervals for the difference in proportion.")
(define-public r-desctools
(package
(name "r-desctools")
(version "0.99.56")
(version "0.99.57")
(source
(origin
(method url-fetch)
(uri (cran-uri "DescTools" version))
(sha256
(base32 "1lvh19q3f4yidcxilba6bw2l2lllm6zc0aiqjgh8bvz01rq19f09"))))
(base32 "01yx5j6p90rlh6cca6rxhn726xy12rlpjl4mq5pa81cakizxv0iy"))))
(properties `((upstream-name . "DescTools")))
(build-system r-build-system)
(arguments