guix-commits
[Top][All Lists]
Advanced

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

159/218: gnu: r-mlecens: Update to 0.1-7.


From: guix-commits
Subject: 159/218: gnu: r-mlecens: Update to 0.1-7.
Date: Fri, 4 Nov 2022 05:15:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 296824bbcc957a1e2bbd56e32e8a666c1ef7a9ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 09:58:56 2022 +0100

    gnu: r-mlecens: Update to 0.1-7.
    
    * gnu/packages/cran.scm (r-mlecens): Update to 0.1-7.
---
 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 44aee0f091..f8e7714813 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30550,14 +30550,14 @@ this variability problem can be overcome.")
 (define-public r-mlecens
   (package
     (name "r-mlecens")
-    (version "0.1-5")
+    (version "0.1-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "MLEcens" version))
        (sha256
         (base32
-         "0cdl0y44clds4sg8hikhk354a5xrfbyfg8lxrbh1bfg410rkj186"))))
+         "1kdnm5ilfn5fclry3f1d518761hykrqgjhv69kc881r2fpcfa1lv"))))
     (properties `((upstream-name . "MLEcens")))
     (build-system r-build-system)
     (home-page "http://stat.ethz.ch/~maathuis/";)



reply via email to

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