gnu: r-exactextractr: Update to 0.7.1.

* gnu/packages/cran.scm (r-exactextractr): Update to 0.7.1.
This commit is contained in:
Ricardo Wurmus 2021-11-01 20:44:51 +00:00
parent b8cd476693
commit a4ddc61806
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -30796,14 +30796,14 @@ (define-public r-opencpu
(define-public r-exactextractr
(package
(name "r-exactextractr")
(version "0.7.0")
(version "0.7.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "exactextractr" version))
(sha256
(base32
"1fwbl0rn0990cs2rvvwjbflp9mall6hjkindpjmdcy6qafiviid6"))))
"1gc1p9pgazhblk8jgykxxjpblylbaq5r9hdlw3ilz5g45yjjwcnc"))))
(properties `((upstream-name . "exactextractr")))
(build-system r-build-system)
(inputs `(("geos" ,geos)))