mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: r-gensa: Update to 1.1.10.1.
* gnu/packages/cran.scm (r-gensa): Update to 1.1.10.1.
This commit is contained in:
parent
5cac6f401c
commit
1fc6c1d2ab
1 changed files with 2 additions and 2 deletions
|
@ -5324,13 +5324,13 @@ (define-public r-rgooglemaps
|
|||
(define-public r-gensa
|
||||
(package
|
||||
(name "r-gensa")
|
||||
(version "1.1.9")
|
||||
(version "1.1.10.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "GenSA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10qm0467r2rbcck1w7dijng5j676314vsyxsr0p8l843xz7s66rq"))))
|
||||
"16wla8k6ibxy58hhn7qd02k96lc7j6skaj6g5ap6lqmm854ki4wh"))))
|
||||
(properties `((upstream-name . "GenSA")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=GenSA")
|
||||
|
|
Loading…
Reference in a new issue