me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-mass): Update to 7.3-58.3.
master
Ricardo Wurmus 2023-03-19 14:44:45 +01:00
parent 9e47cdbe90
commit 9cc826ec3d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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