gnu: r-mass: Update to 7.3-56.
* gnu/packages/statistics.scm (r-mass): Update to 7.3-56.master
parent
962ead1990
commit
7901b3bfdd
|
@ -493,14 +493,14 @@ D.V. Hinkley (1997, CUP), originally written by Angelo Canty for S.")
|
||||||
(define-public r-mass
|
(define-public r-mass
|
||||||
(package
|
(package
|
||||||
(name "r-mass")
|
(name "r-mass")
|
||||||
(version "7.3-55")
|
(version "7.3-56")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "MASS" version))
|
(uri (cran-uri "MASS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"191i1iylvh2w2hi99fnm06731lma7z5snpjknfff1m9ziyy9qab5"))))
|
"11gv5965ba6xr4qsp1945vd39rp0sggzpa103rwj1c5hw0abvnlv"))))
|
||||||
(properties `((upstream-name . "MASS")))
|
(properties `((upstream-name . "MASS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")
|
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")
|
||||||
|
|
Reference in New Issue