guix-commits
[Top][All Lists]
Advanced

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

105/146: gnu: r-mlecens: Update to 0.1-5.


From: guix-commits
Subject: 105/146: gnu: r-mlecens: Update to 0.1-5.
Date: Mon, 11 Apr 2022 17:08:43 -0400 (EDT)

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

commit 76b0874da5d4fdb770f8a0727347e603310d98ee
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:34 2022 +0200

    gnu: r-mlecens: Update to 0.1-5.
    
    * gnu/packages/cran.scm (r-mlecens): Update to 0.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 ea55c0e3e8..ffc116de9f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28849,14 +28849,14 @@ this variability problem can be overcome.")
 (define-public r-mlecens
   (package
     (name "r-mlecens")
-    (version "0.1-4")
+    (version "0.1-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "MLEcens" version))
        (sha256
         (base32
-         "0zlmrcjraypscgs2v0w4s4hm7qccsmaz4hjsgqpn0058vx622945"))))
+         "0cdl0y44clds4sg8hikhk354a5xrfbyfg8lxrbh1bfg410rkj186"))))
     (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]