me
/
guix
Archived
1
0
Fork 0

gnu: r-rgeos: Update to 0.5-9.

* gnu/packages/cran.scm (r-rgeos): Update to 0.5-9.
master
Ricardo Wurmus 2022-01-05 19:34:36 +01:00
parent 62c7050cef
commit 1b48f85034
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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