1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 23:25:57 +02:00

gnu: r-gensa: Update to 1.1.15.

* gnu/packages/cran.scm (r-gensa): Update to 1.1.15.

Change-Id: Ic292b26506718a06b7b21b1fcd77ac872d9b70ac
This commit is contained in:
Ricardo Wurmus
2025-11-28 13:31:47 +01:00
parent 170b001457
commit 059ef94cce
+2 -2
View File
@@ -15012,13 +15012,13 @@ coordinates.")
(define-public r-gensa
(package
(name "r-gensa")
(version "1.1.14.1")
(version "1.1.15")
(source (origin
(method url-fetch)
(uri (cran-uri "GenSA" version))
(sha256
(base32
"0zrprs5gb0pwl249gnvs675ph5f59z2dhis562xfmjbhsv5m9p9g"))))
"09grrhpmrvxkh57vakq0bn1qanmflm1bvb1hf5dnp633nk1hv5v8"))))
(properties `((upstream-name . "GenSA")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/package=GenSA")