mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: r-lwgeom: Update to 0.2-14.
* gnu/packages/cran.scm (r-lwgeom): Update to 0.2-14. Change-Id: I9a3a32104dbacfcdd85361af9849b9d1b4a1bba1
This commit is contained in:
parent
1f0f6c7ae5
commit
e4279726c8
1 changed files with 2 additions and 2 deletions
|
@ -38721,14 +38721,14 @@ (define-public r-packcircles
|
|||
(define-public r-lwgeom
|
||||
(package
|
||||
(name "r-lwgeom")
|
||||
(version "0.2-13")
|
||||
(version "0.2-14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lwgeom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rqw2nhac832b9v2hdz6wwc51iykh86x5qrq0azlibr9q242i0ph"))))
|
||||
"174jpsri9xpr9zb5hvzqhbhnajqw3aa38ajy1skl7ky8vgvnrnr6"))))
|
||||
(properties `((upstream-name . "lwgeom")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue