mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-car: Update to 3.0-13.
* gnu/packages/statistics.scm (r-car): Update to 3.0-13.
This commit is contained in:
parent
40daf6db0a
commit
58c5fe1918
1 changed files with 2 additions and 2 deletions
|
@ -5668,13 +5668,13 @@ (define-public r-cardata
|
|||
(define-public r-car
|
||||
(package
|
||||
(name "r-car")
|
||||
(version "3.0-12")
|
||||
(version "3.0-13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "car" version))
|
||||
(sha256
|
||||
(base32 "00kk8l71508f73kyn21is1mx6kjbrzdq3ls94c5ajhiqmvpsd6dq"))))
|
||||
(base32 "1ss7kvi5hf9s4b6i7y06zl4iip1w1h8ff4zzf529wk18h3dfhnnk"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-abind
|
||||
|
|
Loading…
Reference in a new issue