gnu: r-gensa: Update to 1.1.8.

* gnu/packages/cran.scm (r-gensa): Update to 1.1.8.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:18 +01:00
parent 4235e02dd9
commit 441c60d2b2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4634,13 +4634,13 @@ (define-public r-rgooglemaps
(define-public r-gensa
(package
(name "r-gensa")
(version "1.1.7")
(version "1.1.8")
(source (origin
(method url-fetch)
(uri (cran-uri "GenSA" version))
(sha256
(base32
"03xqwxm7v7rnihx730a4p65dfwhjh4345r3d78y0qxxplk8d76cx"))))
"05m2xjaf4202jzzn5l7i7k80kzr8vihv7jpw99c9ic5n3ra8fpip"))))
(properties `((upstream-name . "GenSA")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/package=GenSA")