1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-28 05:14:08 +02:00

gnu: r-lsa: Update to 0.73.4.

* gnu/packages/cran.scm (r-lsa): Update to 0.73.4.

Change-Id: Ia185a6241791f922a7f0415ae372f9e1daadee15
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
This commit is contained in:
Ricardo Wurmus
2026-01-14 19:42:23 +01:00
committed by Rutherther
parent 890a798651
commit 104fddebc1
+2 -2
View File
@@ -51196,14 +51196,14 @@ data structures of the tidyverse.")
(define-public r-lsa
(package
(name "r-lsa")
(version "0.73.3")
(version "0.73.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "lsa" version))
(sha256
(base32
"16k1g0kh3yaw7azg76aqf3hn3b6jgqg92xx0syai8l0my9ci2zzh"))))
"011x60j6irlbf8pxwvngg6nm1m30qsa1gzc8x41zk7j1nk8g9qwb"))))
(properties `((upstream-name . "lsa")))
(build-system r-build-system)
(propagated-inputs