mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: r-exact: Update to 3.1.
* gnu/packages/statistics.scm (r-exact): Update to 3.1.
This commit is contained in:
parent
33710d4e39
commit
55429348f1
1 changed files with 2 additions and 2 deletions
|
@ -6674,13 +6674,13 @@ (define-public r-gld
|
||||||
(define-public r-exact
|
(define-public r-exact
|
||||||
(package
|
(package
|
||||||
(name "r-exact")
|
(name "r-exact")
|
||||||
(version "3.0")
|
(version "3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Exact" version))
|
(uri (cran-uri "Exact" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0acm01njg3arlzwknv5v1sdsz5ab0bdh04sn1bmf91hcg3li8qd7"))))
|
(base32 "1kz3hw11sl142mai4ly2r85rwdbjz8q7b38ybmjym6r0n5qmqzyn"))))
|
||||||
(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))
|
||||||
|
|
Loading…
Reference in a new issue