gnu: r-statmod: Update to 1.5.0.
* gnu/packages/statistics.scm (r-statmod): Update to 1.5.0.
This commit is contained in:
parent
1e3990d313
commit
bd0da7c791
1 changed files with 2 additions and 2 deletions
|
@ -5038,13 +5038,13 @@ Wall Street Journal, among others. This package also provides
|
||||||
(define-public r-statmod
|
(define-public r-statmod
|
||||||
(package
|
(package
|
||||||
(name "r-statmod")
|
(name "r-statmod")
|
||||||
(version "1.4.37")
|
(version "1.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "statmod" version))
|
(uri (cran-uri "statmod" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04v9nynv3lakhnd7b17v5syrlnscrxml71jnd3r93chckskwillh"))))
|
"1jbf07h0mnncn2qp4wcw5bnbvsw3lizpd3cg0cpb8mcxn3wkw76n"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/statmod")
|
(home-page "https://cran.r-project.org/web/packages/statmod")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue