me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-lwgeom): Update to 0.2-13.
master
Ricardo Wurmus 2023-05-31 12:15:24 +02:00
parent 5be4640724
commit 44f3470a7d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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