gnu: r-statmod: Update to 1.4.34.
* gnu/packages/statistics.scm (r-statmod): Update to 1.4.34.
This commit is contained in:
parent
31a0be58d2
commit
9227b59d0d
1 changed files with 2 additions and 2 deletions
|
@ -4400,13 +4400,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.33")
|
(version "1.4.34")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "statmod" version))
|
(uri (cran-uri "statmod" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fbi5m4c0lingm2vvi0g6jf8f2mg1h01xwyz5rnymrq7gs0ibiks"))))
|
"0yklg64aw5y8kfq5piafnrj1v3jv563iwzzl75g3kllrw23c508s"))))
|
||||||
(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