1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-ga: Update to 3.2.4.

* gnu/packages/cran.scm (r-ga): Update to 3.2.4.

Change-Id: I698d5c3eda6598c435fcf37b5e7eaaf5c4e15e63
This commit is contained in:
Ricardo Wurmus
2024-01-30 15:48:54 +01:00
parent cd9e88c9d0
commit 51ca656726

View File

@@ -3335,13 +3335,13 @@ are not used.")
(define-public r-ga
(package
(name "r-ga")
(version "3.2.3")
(version "3.2.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "GA" version))
(sha256
(base32 "0q0br75zklnp0g3j98x6lll5fhyayxqzaqs3hc2z39s2imwi2fpb"))))
(base32 "1gc1n2xdzrkc9cvrm6a50c9xpwvf0isdgvs1qpm8x1afacw6d7z5"))))
(properties `((upstream-name . "GA")))
(build-system r-build-system)
(propagated-inputs