mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-exactextractr: Update to 0.8.2.
* gnu/packages/cran.scm (r-exactextractr): Update to 0.8.2.
This commit is contained in:
parent
30cb1c0059
commit
c8baed28c2
1 changed files with 2 additions and 2 deletions
|
@ -31607,14 +31607,14 @@ (define-public r-opencpu
|
|||
(define-public r-exactextractr
|
||||
(package
|
||||
(name "r-exactextractr")
|
||||
(version "0.8.1")
|
||||
(version "0.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "exactextractr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"11s58vc63r9kah815a18ihb0x2nmnjnpngybw3yr2d6715sz89nc"))))
|
||||
"0x4axrq9iznvajqy07gcfcrvzniz5yj6wabchgksg0fqz0xancnc"))))
|
||||
(properties `((upstream-name . "exactextractr")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list geos))
|
||||
|
|
Loading…
Reference in a new issue