mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-car: Update to 3.1-0.
* gnu/packages/statistics.scm (r-car): Update to 3.1-0.
This commit is contained in:
parent
2998060a53
commit
9360df02d1
1 changed files with 2 additions and 2 deletions
|
@ -5644,13 +5644,13 @@ (define-public r-cardata
|
||||||
(define-public r-car
|
(define-public r-car
|
||||||
(package
|
(package
|
||||||
(name "r-car")
|
(name "r-car")
|
||||||
(version "3.0-13")
|
(version "3.1-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "car" version))
|
(uri (cran-uri "car" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ss7kvi5hf9s4b6i7y06zl4iip1w1h8ff4zzf529wk18h3dfhnnk"))))
|
(base32 "08ga187qqnl7cih7kzzzw9jx5sq63lq4ad6rrj7q5kj6xbmb8lmx"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-abind
|
(list r-abind
|
||||||
|
|
Loading…
Reference in a new issue