mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-gamlss: Update to 5.4-12.
* gnu/packages/cran.scm (r-gamlss): Update to 5.4-12.
This commit is contained in:
parent
01707f4132
commit
1e97fd8a64
1 changed files with 2 additions and 2 deletions
|
@ -24735,14 +24735,14 @@ (define-public r-gamlss-data
|
|||
(define-public r-gamlss
|
||||
(package
|
||||
(name "r-gamlss")
|
||||
(version "5.4-10")
|
||||
(version "5.4-12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gamlss" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cm0rvihniad309j26ll8kabndqzs3wdh5dak70b60z4kljrfx4c"))))
|
||||
"1w5630hzir49nacpvmx28hqc8hcc9acmba9dd8zwzhz5ywwi0ycz"))))
|
||||
(properties `((upstream-name . "gamlss")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue