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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-59.
This commit is contained in:
Ricardo Wurmus 2023-04-29 20:08:41 +02:00
parent 5ab7f2d65e
commit 5ebe950281
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -512,14 +512,14 @@ (define-public r-boot
(define-public r-mass
(package
(name "r-mass")
(version "7.3-58.3")
(version "7.3-59")
(source
(origin
(method url-fetch)
(uri (cran-uri "MASS" version))
(sha256
(base32
"1bkrbhm230nm4px1rw93mxhigpvivinj22f7r4mx786whaamkra2"))))
"0nns634h23lhdpy6ic47mfrji9xalw0qxzprnzxkaa55qyz00hj5"))))
(properties `((upstream-name . "MASS")))
(build-system r-build-system)
(home-page "https://www.stats.ox.ac.uk/pub/MASS4/")