me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-56.
master
Ricardo Wurmus 2022-04-11 18:01:38 +02:00
parent 962ead1990
commit 7901b3bfdd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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/")