mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-lwgeom: Update to 0.2-9.
* gnu/packages/cran.scm (r-lwgeom): Update to 0.2-9.
This commit is contained in:
parent
b50d14784e
commit
e2f4faed16
1 changed files with 2 additions and 2 deletions
|
@ -32476,14 +32476,14 @@ (define-public r-packcircles
|
|||
(define-public r-lwgeom
|
||||
(package
|
||||
(name "r-lwgeom")
|
||||
(version "0.2-8")
|
||||
(version "0.2-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lwgeom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d4b1djwrzla91mmyya2m1250mb44fzmq3d36w5mk81d4bg952pl"))))
|
||||
"1a0s15rliqd4zr6pyj76xln41f64s9yfwblk074342zvvbps5ck9"))))
|
||||
(properties `((upstream-name . "lwgeom")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue