me
/
guix
Archived
1
0
Fork 0

gnu: r-exact: Update to 3.2.

* gnu/packages/statistics.scm (r-exact): Update to 3.2.
master
Ricardo Wurmus 2022-11-04 09:59:09 +01:00
parent 02fa6542a1
commit 091071f2e1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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