gnu: r-cplm: Update to 0.7-11.
* gnu/packages/cran.scm (r-cplm): Update to 0.7-11.
This commit is contained in:
parent
5f061c25f3
commit
f80e8e4574
1 changed files with 2 additions and 2 deletions
|
@ -364,13 +364,13 @@ queues, stacks, deques, dicts and ordered dicts.")
|
||||||
(define-public r-cplm
|
(define-public r-cplm
|
||||||
(package
|
(package
|
||||||
(name "r-cplm")
|
(name "r-cplm")
|
||||||
(version "0.7-10")
|
(version "0.7-11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cplm" version))
|
(uri (cran-uri "cplm" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mqjk10265hq9bc5ihmgbx1l8fzay1gpdlvx3pirqmvr3w1kwlxk"))))
|
(base32 "0pcq5ska1v6kvp8ipw9clczk4w0p10lbxw2xnkhps0wqdrspsqwm"))))
|
||||||
(properties `((upstream-name . "cplm")))
|
(properties `((upstream-name . "cplm")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue