mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-gamlss-dist: Update to 6.0-1.
* gnu/packages/cran.scm (r-gamlss-dist): Update to 6.0-1.
This commit is contained in:
parent
e838804b9b
commit
464e650fa7
1 changed files with 2 additions and 2 deletions
|
@ -15465,13 +15465,13 @@ (define-public r-drimpute
|
|||
(define-public r-gamlss-dist
|
||||
(package
|
||||
(name "r-gamlss-dist")
|
||||
(version "5.3-2")
|
||||
(version "6.0-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gamlss.dist" version))
|
||||
(sha256
|
||||
(base32 "1lyf2rvkplywgyhcni93k52z3b89vv86yrgl38dx3ln3436r5ahc"))))
|
||||
(base32 "0m41n7zf7m0mh1w9ql70wqnzsf2f013ql699im7zmp6fdggb8qxm"))))
|
||||
(properties `((upstream-name . "gamlss.dist")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-mass" ,r-mass)))
|
||||
|
|
Loading…
Reference in a new issue