me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-60.
master
Ricardo Wurmus 2023-05-09 14:25:49 +02:00
parent b984ab470f
commit 7b2e40a43b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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