mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "r-statmod")
|
||||
(version "1.4.30")
|
||||
(version "1.4.32")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "statmod" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07v4x8af60alcw6vbiwf5fp25bhra61kvxz9kqx64lszm0i1fb4x"))))
|
||||
"083yyp84xj85zg4bhz7i90bqzl3p6155ch4abwsfc9k1lv7s2rrg"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/statmod")
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue