guix-commits
[Top][All Lists]
Advanced

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

46/68: gnu: r-semplot: Update to 1.1.5.


From: guix-commits
Subject: 46/68: gnu: r-semplot: Update to 1.1.5.
Date: Tue, 15 Mar 2022 15:14:13 -0400 (EDT)

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

commit 943f86ec3180360daac05f4b680e0a88c27df2df
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 15 14:28:43 2022 +0100

    gnu: r-semplot: Update to 1.1.5.
    
    * gnu/packages/cran.scm (r-semplot): Update to 1.1.5.
---
 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 7758cbb341..98c82f9aed 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24715,14 +24715,14 @@ model estimation.  See Epskamp et al. (2012)
 (define-public r-semplot
   (package
     (name "r-semplot")
-    (version "1.1.4")
+    (version "1.1.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "semPlot" version))
        (sha256
         (base32
-         "1pvfgh6a2gy8zsz4h0qv9m5r42apmhjxm1axqg6q7x9mbapxlpqv"))))
+         "0d7v9yqc9nhx3hdrp444w1ah66zai3lg5y778m85r7ngh1prxlvc"))))
     (properties `((upstream-name . "semPlot")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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