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

* gnu/packages/cran.scm (r-mlecens): Update to 0.1-5.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:34 +02:00
parent 3631b3fa1d
commit 5ef10806d5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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