mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-lwgeom: Update to 0.2-11.
* gnu/packages/cran.scm (r-lwgeom): Update to 0.2-11.
This commit is contained in:
parent
51fadbe913
commit
2958f69440
1 changed files with 2 additions and 2 deletions
|
@ -34164,14 +34164,14 @@ (define-public r-packcircles
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue