gnu: r-exactextractr: Update to 0.8.2.

* gnu/packages/cran.scm (r-exactextractr): Update to 0.8.2.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:30:53 +02:00
parent 30cb1c0059
commit c8baed28c2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31607,14 +31607,14 @@ (define-public r-opencpu
(define-public r-exactextractr
(package
(name "r-exactextractr")
(version "0.8.1")
(version "0.8.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "exactextractr" version))
(sha256
(base32
"11s58vc63r9kah815a18ihb0x2nmnjnpngybw3yr2d6715sz89nc"))))
"0x4axrq9iznvajqy07gcfcrvzniz5yj6wabchgksg0fqz0xancnc"))))
(properties `((upstream-name . "exactextractr")))
(build-system r-build-system)
(inputs (list geos))