gnu: r-formula: Update to 1.2-3.

* gnu/packages/statistics.scm (r-formula): Update to 1.2-3.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-04 01:43:35 +02:00
parent 024c9b395a
commit 54d557e2af
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1681,14 +1681,14 @@ transformations.")
(define-public r-formula (define-public r-formula
(package (package
(name "r-formula") (name "r-formula")
(version "1.2-2") (version "1.2-3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "Formula" version)) (uri (cran-uri "Formula" version))
(sha256 (sha256
(base32 (base32
"0ad49bzip1zqmpj1d8jajwl4bd81fm3k6dq8p26x6mvlzc04dvwd")))) "0wiqh8rr9d5ciy80wj8f5fnmiiw0ywanvvnhkwd622dx42dk848l"))))
(properties `((upstream-name . "Formula"))) (properties `((upstream-name . "Formula")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/Formula") (home-page "https://cran.r-project.org/web/packages/Formula")