3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-57.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:54 +02:00
parent 7718bdabbd
commit a9ba9c78ac
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -506,14 +506,14 @@ D.V. Hinkley (1997, CUP), originally written by Angelo Canty for S.")
(define-public r-mass
(package
(name "r-mass")
(version "7.3-56")
(version "7.3-57")
(source
(origin
(method url-fetch)
(uri (cran-uri "MASS" version))
(sha256
(base32
"11gv5965ba6xr4qsp1945vd39rp0sggzpa103rwj1c5hw0abvnlv"))))
"13asg609szqq8d1a4ybr508qcanr9gvqd439vfras6mw0l0qi2xx"))))
(properties `((upstream-name . "MASS")))
(build-system r-build-system)
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")