guix-commits
[Top][All Lists]
Advanced

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

04/35: gnu: r-cplm: Update to 0.7-12.


From: guix-commits
Subject: 04/35: gnu: r-cplm: Update to 0.7-12.
Date: Wed, 17 Jan 2024 17:54:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e1d3131080976352d2e6c019becf7d95f49d93e5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:44 2024 +0100

    gnu: r-cplm: Update to 0.7-12.
    
    * gnu/packages/cran.scm (r-cplm): Update to 0.7-12.
    
    Change-Id: I59dee59bdf25589ffe866f69996facfe39234b39
---
 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 c2157e159e..c26e500992 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -526,13 +526,13 @@ correlations, distance correlations and more.")
 (define-public r-cplm
   (package
     (name "r-cplm")
-    (version "0.7-11")
+    (version "0.7-12")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "cplm" version))
        (sha256
-        (base32 "0pcq5ska1v6kvp8ipw9clczk4w0p10lbxw2xnkhps0wqdrspsqwm"))))
+        (base32 "1m0b0jksl1y90q4sdhjspby4hafxxdgra8sbicd5rsrwq4hzwyxc"))))
     (properties `((upstream-name . "cplm")))
     (build-system r-build-system)
     (arguments



reply via email to

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