gnu: r-mass: Update to 7.3-51.

* gnu/packages/statistics.scm (r-mass): Update to 7.3-51.
This commit is contained in:
Ricardo Wurmus 2018-10-28 19:30:57 +01:00
parent 2ea75a8369
commit 2f5e8f6094
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -339,14 +339,14 @@ (define-public r-boot
(define-public r-mass
(package
(name "r-mass")
(version "7.3-50")
(version "7.3-51")
(source
(origin
(method url-fetch)
(uri (cran-uri "MASS" version))
(sha256
(base32
"16hasv9k4n773jsyzvh8s3gbga49hwdj8n5hxij6zqisy4i0kxq6"))))
"0yp5ssfm9mahrp30y1hkqgjg70mzs6w065ba8h7j5ky1z6msdsdy"))))
(properties `((upstream-name . "MASS")))
(build-system r-build-system)
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")