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

* gnu/packages/statistics.scm (r-formula): Update to 1.2-3.
master
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
(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")