mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-gamlss-data: Update to 6.0-6.
* gnu/packages/cran.scm (r-gamlss-data): Update to 6.0-6. Change-Id: I6bb7a4ae35b7c83d132979a6024d4cedabe97eb3
This commit is contained in:
parent
d2cb6f5cb2
commit
9e31e0a0a0
1 changed files with 2 additions and 2 deletions
|
@ -28853,14 +28853,14 @@ (define-public r-acfmperiod
|
|||
(define-public r-gamlss-data
|
||||
(package
|
||||
(name "r-gamlss-data")
|
||||
(version "6.0-2")
|
||||
(version "6.0-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gamlss.data" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07mpdl4h9rwmnpl9jmsn6ig8ji11an6pyjfsvg62h2alapwbdcyv"))))
|
||||
"08mb154mz1kk19zb414i5mg1q1yv7nylwpc5kzsb602mv4cxpq5s"))))
|
||||
(properties `((upstream-name . "gamlss.data")))
|
||||
(build-system r-build-system)
|
||||
(home-page "http://www.gamlss.org/")
|
||||
|
|
Loading…
Reference in a new issue