mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-gld: Update to 2.6.6.
* gnu/packages/statistics.scm (r-gld): Update to 2.6.6.
This commit is contained in:
parent
d7b6cea638
commit
02fa6542a1
1 changed files with 2 additions and 2 deletions
|
@ -6876,13 +6876,13 @@ (define-public r-lmom
|
|||
(define-public r-gld
|
||||
(package
|
||||
(name "r-gld")
|
||||
(version "2.6.5")
|
||||
(version "2.6.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gld" version))
|
||||
(sha256
|
||||
(base32 "1scflrfhvf26psnh7ayi4x2j706k8sfyqlmib6ssjyhl6g0gg542"))))
|
||||
(base32 "1i7xpyxd7r1fkjy9zkzd3rfsnb35v5c5fkafs1zd9d8729wfj8za"))))
|
||||
(properties `((upstream-name . "gld")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-e1071 r-lmom))
|
||||
|
|
Loading…
Reference in a new issue