mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-lsa: Update to 0.73.3.
* gnu/packages/cran.scm (r-lsa): Update to 0.73.3.
This commit is contained in:
parent
a1ba5d4314
commit
0ce4f34b63
1 changed files with 2 additions and 2 deletions
|
@ -29014,14 +29014,14 @@ (define-public r-tidymodels
|
|||
(define-public r-lsa
|
||||
(package
|
||||
(name "r-lsa")
|
||||
(version "0.73.2")
|
||||
(version "0.73.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "lsa" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a33irqa6qvbc02z12rgbgv8kxq2gmahy7j5bg8b23lvvaxif06b"))))
|
||||
"16k1g0kh3yaw7azg76aqf3hn3b6jgqg92xx0syai8l0my9ci2zzh"))))
|
||||
(properties `((upstream-name . "lsa")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue