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