me
/
guix
Archived
1
0
Fork 0

gnu: r-exactextractr: Update to 0.7.2.

* gnu/packages/cran.scm (r-exactextractr): Update to 0.7.2.
master
Ricardo Wurmus 2022-01-05 19:34:35 +01:00
parent 11282df15e
commit eca189bf5b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -30164,14 +30164,14 @@ Apache2.")
(define-public r-exactextractr
(package
(name "r-exactextractr")
(version "0.7.1")
(version "0.7.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "exactextractr" version))
(sha256
(base32
"1gc1p9pgazhblk8jgykxxjpblylbaq5r9hdlw3ilz5g45yjjwcnc"))))
"0n39dqgsfzybi9yvnpnfdyypl8c9fml80jq0wxssik2n47mvbcif"))))
(properties `((upstream-name . "exactextractr")))
(build-system r-build-system)
(inputs (list geos))