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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-51.4.
This commit is contained in:
Ricardo Wurmus 2019-04-27 11:37:35 +02:00
parent aa97fbfa95
commit a563e75ea4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -416,14 +416,14 @@ (define-public r-boot
(define-public r-mass
(package
(name "r-mass")
(version "7.3-51.3")
(version "7.3-51.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "MASS" version))
(sha256
(base32
"1dh8cvvdsf9dx29x6va47qdkswmr03k3yjycinq98fnl0ivhw3jv"))))
"0x1ckf51y851g0kvbhsgdxb26vfpmbw3xdbcnh3ck7fjm13da4cr"))))
(properties `((upstream-name . "MASS")))
(build-system r-build-system)
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")