mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
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:
parent
8c0709893b
commit
ea717b12d3
1 changed files with 2 additions and 2 deletions
|
@ -7508,13 +7508,13 @@ (define-public r-gld
|
|||
(define-public r-exact
|
||||
(package
|
||||
(name "r-exact")
|
||||
(version "3.2")
|
||||
(version "3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Exact" version))
|
||||
(sha256
|
||||
(base32 "0a33gbhzd580i31xxsjxigg0nl8ag1x4xz3jqmq5jqappc6f5d2k"))))
|
||||
(base32 "0hikz8f19blywxs66xj6zf4krwyivsy3w165qvrnb0m2l6dx1l7v"))))
|
||||
(properties `((upstream-name . "Exact")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rootsolve))
|
||||
|
|
Loading…
Reference in a new issue