gnu: r-locpol: Update to 0.8.0.

* gnu/packages/cran.scm (r-locpol): Update to 0.8.0.
This commit is contained in:
Ricardo Wurmus 2022-11-29 15:22:30 +01:00
parent 21db522259
commit 372053c32a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31578,14 +31578,14 @@ (define-public r-densestbayes
(define-public r-locpol
(package
(name "r-locpol")
(version "0.7-0")
(version "0.8.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "locpol" version))
(sha256
(base32
"1p915n0l09kbwkly627074jslxl01yssp1rf0c7sygvsw6sgy5lm"))))
"1bip9x45kdnwc14rvk3ckzfbs32yc2wiid1ypmbbin4mk7364zxk"))))
(properties `((upstream-name . "locpol")))
(build-system r-build-system)
(home-page