mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-gamlss: Update to 5.4-22.
* gnu/packages/cran.scm (r-gamlss): Update to 5.4-22. Change-Id: Id1cfdc34085517e9e5efb8f32a337e606308f230
This commit is contained in:
parent
262d65438d
commit
43e5483908
1 changed files with 2 additions and 2 deletions
|
@ -28875,14 +28875,14 @@ (define-public r-gamlss-data
|
|||
(define-public r-gamlss
|
||||
(package
|
||||
(name "r-gamlss")
|
||||
(version "5.4-20")
|
||||
(version "5.4-22")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gamlss" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wv812xby0i8zn07zw30ic4mmr418gk1ch1lvyh0kybkw4h1w356"))))
|
||||
"0bgya6jb462ggqnmlpwdymxqvqbkah15i3aai1xi9496z66r1rh1"))))
|
||||
(properties `((upstream-name . "gamlss")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue