gnu: r-gsa: Update to 1.03.3.

* gnu/packages/cran.scm (r-gsa): Update to 1.03.3.

Change-Id: I2c3712958bfa15c32dac86a4c254c64f4e8dfad0
This commit is contained in:
Ricardo Wurmus 2024-04-22 12:34:18 +02:00
parent a79bacf8b0
commit 95e8e95b19
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -39263,14 +39263,14 @@ (define-public r-textplot
(define-public r-gsa
(package
(name "r-gsa")
(version "1.03.2")
(version "1.03.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "GSA" version))
(sha256
(base32
"1f1mrxxdbdlnibgav6nsvbpniz2x3km2svc0hf43spb4zicn0z8p"))))
"0b18b8n6dh3yx9vp5b7ym25590x9qrcbprs5vjnkj0zlj1hphnal"))))
(properties `((upstream-name . "GSA")))
(build-system r-build-system)
(home-page "https://statweb.stanford.edu/~tibs/GSA/")