me
/
guix
Archived
1
0
Fork 0

gnu: r-gsa: Update to 1.03.2.

* gnu/packages/cran.scm (r-gsa): Update to 1.03.2.
master
Ricardo Wurmus 2022-04-11 18:01:36 +02:00
parent 7c57ca79f6
commit 3c382883c8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -31059,14 +31059,14 @@ join the effort of providing interesting text visualisations.")
(define-public r-gsa (define-public r-gsa
(package (package
(name "r-gsa") (name "r-gsa")
(version "1.03.1") (version "1.03.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "GSA" version)) (uri (cran-uri "GSA" version))
(sha256 (sha256
(base32 (base32
"05x9wspah1cdznjpncqam1iawsxdiigyl8v2anyhss2k7wwd94p1")))) "1f1mrxxdbdlnibgav6nsvbpniz2x3km2svc0hf43spb4zicn0z8p"))))
(properties `((upstream-name . "GSA"))) (properties `((upstream-name . "GSA")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://statweb.stanford.edu/~tibs/GSA/") (home-page "https://statweb.stanford.edu/~tibs/GSA/")