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:
Ricardo Wurmus 2023-12-28 00:44:28 +01:00
parent dcb8b43e41
commit 6ed18e6552
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")