1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 00:50:35 +02:00

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

View File

@@ -31408,14 +31408,14 @@ Apache2.")
(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))