gnu: r-mlecens: Update to 0.1-7.

* gnu/packages/cran.scm (r-mlecens): Update to 0.1-7.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:56 +01:00
parent a6c4d5078c
commit 296824bbcc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -30550,14 +30550,14 @@ (define-public r-lsa
(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/")