mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-cplm: Update to 0.7-12.
* gnu/packages/cran.scm (r-cplm): Update to 0.7-12. Change-Id: I59dee59bdf25589ffe866f69996facfe39234b39
This commit is contained in:
parent
9605247199
commit
e1d3131080
1 changed files with 2 additions and 2 deletions
|
@ -526,13 +526,13 @@ (define-public r-correlation
|
|||
(define-public r-cplm
|
||||
(package
|
||||
(name "r-cplm")
|
||||
(version "0.7-11")
|
||||
(version "0.7-12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cplm" version))
|
||||
(sha256
|
||||
(base32 "0pcq5ska1v6kvp8ipw9clczk4w0p10lbxw2xnkhps0wqdrspsqwm"))))
|
||||
(base32 "1m0b0jksl1y90q4sdhjspby4hafxxdgra8sbicd5rsrwq4hzwyxc"))))
|
||||
(properties `((upstream-name . "cplm")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue