gnu: r-mass: Update to 7.3-61.
* gnu/packages/statistics.scm (r-mass): Update to 7.3-61. Change-Id: Id8b8ef347e8a0f55298dd48a8c5602f5f9d255e1
This commit is contained in:
parent
de7be04efb
commit
f403fdaee7
1 changed files with 2 additions and 2 deletions
|
@ -540,14 +540,14 @@ D.V. Hinkley (1997, CUP), originally written by Angelo Canty for S.")
|
|||
(define-public r-mass
|
||||
(package
|
||||
(name "r-mass")
|
||||
(version "7.3-60.2")
|
||||
(version "7.3-61")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "MASS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13ky8mbni09zviv5lan10ff6l2klsfv7v3vmfq88dxpz8xknx75v"))))
|
||||
"140ah1719zad8gd0glvy9qlkxxakgz12i5r5gk2bgmwxayzwhi1i"))))
|
||||
(properties `((upstream-name . "MASS")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://www.stats.ox.ac.uk/pub/MASS4/")
|
||||
|
|
Reference in a new issue