me
/
guix
Archived
1
0
Fork 0

gnu: r-geometry: Update to 0.4.6.

* gnu/packages/cran.scm (r-geometry): Update to 0.4.6.
master
Ricardo Wurmus 2022-05-28 08:30:15 +02:00
parent 99206a360f
commit f8f43d685e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5242,14 +5242,14 @@ Optimization problems by using the simplex algorithm.")
(define-public r-geometry
(package
(name "r-geometry")
(version "0.4.5")
(version "0.4.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "geometry" version))
(sha256
(base32
"1n10l8ax3783v3lgaacb15qsn8b3f0wpmhg3k39j31s6ciyd3vcg"))))
"1n7m0djqlhrv01l98r76grkki6cv4k4q2z6c7fksqgq4r2l6a14i"))))
(build-system r-build-system)
(propagated-inputs
(list r-magic r-linprog r-lpsolve r-rcpp r-rcppprogress))