mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-mlecens: Update to 0.1-7.
* gnu/packages/cran.scm (r-mlecens): Update to 0.1-7.
This commit is contained in:
parent
a6c4d5078c
commit
296824bbcc
1 changed files with 2 additions and 2 deletions
|
@ -30550,14 +30550,14 @@ (define-public r-lsa
|
||||||
(define-public r-mlecens
|
(define-public r-mlecens
|
||||||
(package
|
(package
|
||||||
(name "r-mlecens")
|
(name "r-mlecens")
|
||||||
(version "0.1-5")
|
(version "0.1-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "MLEcens" version))
|
(uri (cran-uri "MLEcens" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cdl0y44clds4sg8hikhk354a5xrfbyfg8lxrbh1bfg410rkj186"))))
|
"1kdnm5ilfn5fclry3f1d518761hykrqgjhv69kc881r2fpcfa1lv"))))
|
||||||
(properties `((upstream-name . "MLEcens")))
|
(properties `((upstream-name . "MLEcens")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://stat.ethz.ch/~maathuis/")
|
(home-page "http://stat.ethz.ch/~maathuis/")
|
||||||
|
|
Loading…
Reference in a new issue