guix-commits
[Top][All Lists]
Advanced

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

135/211: gnu: r-cdm: Update to 8.2-6.


From: guix-commits
Subject: 135/211: gnu: r-cdm: Update to 8.2-6.
Date: Tue, 20 Sep 2022 06:24:32 -0400 (EDT)

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

commit 6ca3e575f1f848805b127deaec5cd4e5cb5df10c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:20 2022 +0200

    gnu: r-cdm: Update to 8.2-6.
    
    * gnu/packages/cran.scm (r-cdm): Update to 8.2-6.
---
 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 dbcc807c4c..0ce78e9b77 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26249,14 +26249,14 @@ translated to input syntax for the R packages 
@code{sem} and @code{lavaan}.")
 (define-public r-cdm
   (package
     (name "r-cdm")
-    (version "8.1-12")
+    (version "8.2-6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "CDM" version))
        (sha256
         (base32
-         "1cnk19k09cj81ic43rwbvcalvczfca4ncdyy8r1gyc8fzf2glb0i"))))
+         "1lcq3i5rlyqkc12c26kj0x4fm2gh1jsisp6kbf59y3hjdkiqajhl"))))
     (properties `((upstream-name . "CDM")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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