mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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:
parent
a79bacf8b0
commit
95e8e95b19
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue