diff options
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files 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/") |