mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-gensa: Update to 1.1.12.
* gnu/packages/cran.scm (r-gensa): Update to 1.1.12. Change-Id: I5be3cff03ad8edfc7f635a349f85570f9c4dfd2e
This commit is contained in:
parent
dcb8b43e41
commit
6ed18e6552
1 changed files with 2 additions and 2 deletions
|
@ -5715,13 +5715,13 @@ (define-public r-rgooglemaps
|
|||
(define-public r-gensa
|
||||
(package
|
||||
(name "r-gensa")
|
||||
(version "1.1.10.1")
|
||||
(version "1.1.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "GenSA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16wla8k6ibxy58hhn7qd02k96lc7j6skaj6g5ap6lqmm854ki4wh"))))
|
||||
"0m5y0hmhcc40d9a24pz5iqw5diip7sn7bih5s01x5dvqqasnx6vk"))))
|
||||
(properties `((upstream-name . "GenSA")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/package=GenSA")
|
||||
|
|
Loading…
Reference in a new issue