mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-gamlss: Update to 5.4-1.
* gnu/packages/cran.scm (r-gamlss): Update to 5.4-1.
This commit is contained in:
parent
027a1de102
commit
3fafc8e8f3
1 changed files with 2 additions and 2 deletions
|
@ -21609,14 +21609,14 @@ (define-public r-gamlss-data
|
|||
(define-public r-gamlss
|
||||
(package
|
||||
(name "r-gamlss")
|
||||
(version "5.3-4")
|
||||
(version "5.4-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gamlss" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06mh00jjxnqwknbv777hawjk0zm81ixrp35fg59mrlqz8y3p2w3j"))))
|
||||
"0fp9bmgykpqd950bk58dk423iy5r1fm3dy2gw0cwwmgivpq2lx0q"))))
|
||||
(properties `((upstream-name . "gamlss")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue