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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-50.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-01 19:23:44 +02:00
parent 506737f191
commit e120533369
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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