mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-exactextractr: Update to 0.9.1.
* gnu/packages/cran.scm (r-exactextractr): Update to 0.9.1.
This commit is contained in:
parent
fbe16b147b
commit
352191bb12
1 changed files with 2 additions and 2 deletions
|
@ -33657,14 +33657,14 @@ (define-public r-opencpu
|
|||
(define-public r-exactextractr
|
||||
(package
|
||||
(name "r-exactextractr")
|
||||
(version "0.9.0")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "exactextractr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13di9s0lv9kdv2p3hp9ksrr0rh98z6m998pj5a1xq9zl6iakankh"))))
|
||||
"18glacc1v0kj65g6fbqnhvgg83sr334chdfll7nhjnx44my3dkzh"))))
|
||||
(properties `((upstream-name . "exactextractr")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list geos))
|
||||
|
|
Loading…
Reference in a new issue