gnu: r-exactextractr: Update to 0.8.1.

* gnu/packages/cran.scm (r-exactextractr): Update to 0.8.1.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:37 +02:00
parent 129297a4c3
commit 3283de189b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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