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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-58.1.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:15 +02:00
parent 3731d402c4
commit 1679eb939e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -507,14 +507,14 @@ (define-public r-boot
(define-public r-mass
(package
(name "r-mass")
(version "7.3-57")
(version "7.3-58.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "MASS" version))
(sha256
(base32
"13asg609szqq8d1a4ybr508qcanr9gvqd439vfras6mw0l0qi2xx"))))
"080l4gqkaw9r4s7b0q9hda489rn24p4ma5xf4g8405qkzgif817p"))))
(properties `((upstream-name . "MASS")))
(build-system r-build-system)
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")