me
/
guix
Archived
1
0
Fork 0

gnu: r-exactextractr: Update to 0.7.1.

* gnu/packages/cran.scm (r-exactextractr): Update to 0.7.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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