gnu: r-exactextractr: Update to 0.8.1.
* gnu/packages/cran.scm (r-exactextractr): Update to 0.8.1.
This commit is contained in:
parent
129297a4c3
commit
3283de189b
1 changed files with 2 additions and 2 deletions
|
@ -31408,14 +31408,14 @@ Apache2.")
|
||||||
(define-public r-exactextractr
|
(define-public r-exactextractr
|
||||||
(package
|
(package
|
||||||
(name "r-exactextractr")
|
(name "r-exactextractr")
|
||||||
(version "0.7.2")
|
(version "0.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "exactextractr" version))
|
(uri (cran-uri "exactextractr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n39dqgsfzybi9yvnpnfdyypl8c9fml80jq0wxssik2n47mvbcif"))))
|
"11s58vc63r9kah815a18ihb0x2nmnjnpngybw3yr2d6715sz89nc"))))
|
||||||
(properties `((upstream-name . "exactextractr")))
|
(properties `((upstream-name . "exactextractr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs (list geos))
|
(inputs (list geos))
|
||||||
|
|
Reference in a new issue