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.36.
* gnu/packages/statistics.scm (r-statmod): Update to 1.4.36.
This commit is contained in:
parent
e88fef1f43
commit
c45cdd9035
1 changed files with 2 additions and 2 deletions
|
@ -4464,13 +4464,13 @@ (define-public r-ggthemes
|
|||
(define-public r-statmod
|
||||
(package
|
||||
(name "r-statmod")
|
||||
(version "1.4.35")
|
||||
(version "1.4.36")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "statmod" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zpqnfslq5gi6hvqjqnsn5kf2m986s1yb6kvyjd881n3h67l4pny"))))
|
||||
"1hkvklcav6gj4zib4g3b4xwsdsbsmnzdblr0v6jaqv227p49gs0l"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/statmod")
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue