gnu: r-gld: Update to 2.6.5.

* gnu/packages/statistics.scm (r-gld): Update to 2.6.5.
This commit is contained in:
Ricardo Wurmus 2022-07-01 15:30:11 +02:00
parent 1f6de97557
commit 5888776c87
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6835,13 +6835,13 @@ extreme-value distribution.")
(define-public r-gld
(package
(name "r-gld")
(version "2.6.4")
(version "2.6.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "gld" version))
(sha256
(base32 "08rkv7g6ci969vh9fbyg3lrpfmjhbiwzdhcjs9j6s9bf3gpdmdhd"))))
(base32 "1scflrfhvf26psnh7ayi4x2j706k8sfyqlmib6ssjyhl6g0gg542"))))
(properties `((upstream-name . "gld")))
(build-system r-build-system)
(propagated-inputs (list r-e1071 r-lmom))