me
/
guix
Archived
1
0
Fork 0

gnu: r-ecosolver: Update to 0.5.5.

* gnu/packages/cran.scm (r-ecosolver): Update to 0.5.5.
master
Ricardo Wurmus 2023-05-31 12:15:13 +02:00
parent 30d49c8dd7
commit c657cb8b65
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2553,13 +2553,13 @@ excellent candidate for labeling of a polygon.")
(define-public r-ecosolver (define-public r-ecosolver
(package (package
(name "r-ecosolver") (name "r-ecosolver")
(version "0.5.4") (version "0.5.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ECOSolveR" version)) (uri (cran-uri "ECOSolveR" version))
(sha256 (sha256
(base32 (base32
"0973m346vakgddp92dzqlky0wa196hj341r9y7rz67bc2zl8jx2x")))) "1izc8dwj438wpkmdmhwnnhkijz5skig4gwxgr6f1bzmj08bfv515"))))
(properties `((upstream-name . "ECOSolveR"))) (properties `((upstream-name . "ECOSolveR")))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (list r-knitr)) (native-inputs (list r-knitr))