guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

151/214: gnu: r-lsa: Update to 0.73.3.


From: guix-commits
Subject: 151/214: gnu: r-lsa: Update to 0.73.3.
Date: Sat, 28 May 2022 04:37:49 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 31bce95c86839fac133ed4246ab1eb12a1c98242
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:49 2022 +0200

    gnu: r-lsa: Update to 0.73.3.
    
    * gnu/packages/cran.scm (r-lsa): Update to 0.73.3.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index dd7203e116..0542fb834e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]