mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-formula: Update to 1.2-3.
* gnu/packages/statistics.scm (r-formula): Update to 1.2-3.
This commit is contained in:
parent
024c9b395a
commit
54d557e2af
1 changed files with 2 additions and 2 deletions
|
@ -1681,14 +1681,14 @@ (define-public r-acepack
|
|||
(define-public r-formula
|
||||
(package
|
||||
(name "r-formula")
|
||||
(version "1.2-2")
|
||||
(version "1.2-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Formula" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ad49bzip1zqmpj1d8jajwl4bd81fm3k6dq8p26x6mvlzc04dvwd"))))
|
||||
"0wiqh8rr9d5ciy80wj8f5fnmiiw0ywanvvnhkwd622dx42dk848l"))))
|
||||
(properties `((upstream-name . "Formula")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/Formula")
|
||||
|
|
Loading…
Reference in a new issue