me
/
guix
Archived
1
0
Fork 0

gnu: r-desctools: Update to 0.99.54.

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

Change-Id: Ic2f1a625021f11f83bacae0454c50e52551e01cf
master
Ricardo Wurmus 2024-02-10 13:02:36 +01:00
parent aa7dd6fcca
commit caa7a95157
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7460,13 +7460,13 @@ Calculates confidence intervals for the difference in proportion.")
(define-public r-desctools
(package
(name "r-desctools")
(version "0.99.53")
(version "0.99.54")
(source
(origin
(method url-fetch)
(uri (cran-uri "DescTools" version))
(sha256
(base32 "0b7an97ns7zjc5qqqhrbb0wzzvcx7wcd0980fxlnpbzj5z2idl0p"))))
(base32 "16qbm1l1281yj1cg6fp8xgd8xdshpz9a09f0b9cyimsjbm01c2j7"))))
(properties `((upstream-name . "DescTools")))
(build-system r-build-system)
(propagated-inputs