mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-statmod: Update to 1.4.32.
* gnu/packages/statistics.scm (r-statmod): Update to 1.4.32.
This commit is contained in:
parent
765d327c85
commit
4c8603e808
1 changed files with 2 additions and 2 deletions
|
@ -4471,13 +4471,13 @@ (define-public r-ggthemes
|
||||||
(define-public r-statmod
|
(define-public r-statmod
|
||||||
(package
|
(package
|
||||||
(name "r-statmod")
|
(name "r-statmod")
|
||||||
(version "1.4.30")
|
(version "1.4.32")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "statmod" version))
|
(uri (cran-uri "statmod" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07v4x8af60alcw6vbiwf5fp25bhra61kvxz9kqx64lszm0i1fb4x"))))
|
"083yyp84xj85zg4bhz7i90bqzl3p6155ch4abwsfc9k1lv7s2rrg"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue