mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: r-geosphere: Update to 1.6-8.
* gnu/packages/cran.scm (r-geosphere): Update to 1.6-8. [propagated-inputs]: Remove r-sp. Change-Id: Ibb73b0b53cd78de120c604d75a0549820eb3200e
This commit is contained in:
@@ -16974,16 +16974,16 @@ provided.")
|
||||
(define-public r-geosphere
|
||||
(package
|
||||
(name "r-geosphere")
|
||||
(version "1.6-5")
|
||||
(version "1.6-8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "geosphere" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vncljdgjhhyx1kywz2d946bkrmpawcxx8nfs1fv9875mjx9hd9p"))))
|
||||
"0h3ikklkgzx0ir1dxvxwarg1ja1zkg36przxbq7nvgjj7kmimnqy"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp r-sp))
|
||||
(propagated-inputs (list r-rcpp))
|
||||
(home-page "https://cran.r-project.org/web/packages/geosphere")
|
||||
(synopsis "Spherical trigonometry")
|
||||
(description "This package computes spherical trigonometry for geographic
|
||||
|
||||
Reference in New Issue
Block a user