me
/
guix
Archived
1
0
Fork 0

gnu: r-rgeos: Update to 0.6-1.

* gnu/packages/cran.scm (r-rgeos): Update to 0.6-1.
Ricardo Wurmus 2022-12-19 17:07:30 +01:00
parent 27d16e79d0
commit 0345854b82
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34313,14 +34313,14 @@ object to and from disk.")
(define-public r-rgeos
(package
(name "r-rgeos")
(version "0.5-9")
(version "0.6-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rgeos" version))
(sha256
(base32
"1m73y0nwrdwsjrl48c4fg1kdqnh79835brnmxv9ak01ndbzcp45b"))))
"1wppxr9iibb0gi1hr6qzda9dc8spf6297lkfddl41j78q14bs3a2"))))
(properties `((upstream-name . "rgeos")))
(build-system r-build-system)
(inputs