mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-locpol: Update to 0.8.0.
* gnu/packages/cran.scm (r-locpol): Update to 0.8.0.
This commit is contained in:
parent
21db522259
commit
372053c32a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue