mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: r-geometry: Update to 0.5.0.
* gnu/packages/cran.scm (r-geometry): Update to 0.5.0. Change-Id: I8097c44562c17e5892e55529894664ef9f1ea221
This commit is contained in:
parent
ab2f80e6cd
commit
f46da63454
1 changed files with 3 additions and 3 deletions
|
@ -9690,17 +9690,17 @@ (define-public r-geometries
|
|||
(define-public r-geometry
|
||||
(package
|
||||
(name "r-geometry")
|
||||
(version "0.4.7")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "geometry" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fq1sbjlc02idfsnvily7hgi6zgjvrjh7c57wz166k8vyl2l484n"))))
|
||||
"0qcymxxbs3lqi4w6cl8h3hwrchk3ahxp83kkv86bvrq4cd6mbxxm"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-magic r-linprog r-lpsolve r-rcpp r-rcppprogress))
|
||||
(list r-linprog r-lpsolve r-magic r-rcpp r-rcppprogress))
|
||||
(home-page "https://geometry.r-forge.r-project.org/")
|
||||
(synopsis "Mesh generator and surface tessellator")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue