mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-rgeos: Update to 0.6-2.
* gnu/packages/cran.scm (r-rgeos): Update to 0.6-2.
This commit is contained in:
parent
b9122f3dd9
commit
327a72a503
1 changed files with 2 additions and 2 deletions
|
@ -36171,14 +36171,14 @@ (define-public r-qs
|
|||
(define-public r-rgeos
|
||||
(package
|
||||
(name "r-rgeos")
|
||||
(version "0.6-1")
|
||||
(version "0.6-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rgeos" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wppxr9iibb0gi1hr6qzda9dc8spf6297lkfddl41j78q14bs3a2"))))
|
||||
"1bz0kyjlk8ki3379j9g06sw4lqic57w1qkaxqn591mr01j5vpqif"))))
|
||||
(properties `((upstream-name . "rgeos")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue