me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-55.
master
Ricardo Wurmus 2022-01-23 13:33:41 +01:00
parent 2d414ff112
commit 23211e6f79
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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