me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-54.
master
Ricardo Wurmus 2021-05-04 07:13:20 +02:00
parent 3cf8eab28f
commit 73efca4064
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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