me
/
guix
Archived
1
0
Fork 0

gnu: r-lsa: Update to 0.73.3.

* gnu/packages/cran.scm (r-lsa): Update to 0.73.3.
master
Ricardo Wurmus 2022-05-28 08:30:49 +02:00
parent a1ba5d4314
commit 0ce4f34b63
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -29014,14 +29014,14 @@ data structures of the tidyverse.")
(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