gnu: r-lwgeom: Update to 0.2-11.

* gnu/packages/cran.scm (r-lwgeom): Update to 0.2-11.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:59 +01:00
parent 51fadbe913
commit 2958f69440
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34164,14 +34164,14 @@ and formatted text files with additional meta-data, such including @code{.csv},
(define-public r-lwgeom
(package
(name "r-lwgeom")
(version "0.2-10")
(version "0.2-11")
(source
(origin
(method url-fetch)
(uri (cran-uri "lwgeom" version))
(sha256
(base32
"1gdvp2q4mzlg1kpjqxkiqxw1r5c4n5pxwvhdbzp89a3gyyjgh7zf"))))
"069lsr050qgr1vkg9smb6h3cg82yazb3xxkbjinmdyc1i7skrmvz"))))
(properties `((upstream-name . "lwgeom")))
(build-system r-build-system)
(inputs