3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-car: Update to 3.0-3.

* gnu/packages/statistics.scm (r-car): Update to 3.0-3.
This commit is contained in:
Ricardo Wurmus 2019-05-28 23:54:00 +02:00
parent 341643c6e1
commit 14532452b8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5270,14 +5270,14 @@ Companion to Applied Regression, Third Edition, Sage.")
(define-public r-car
(package
(name "r-car")
(version "3.0-2")
(version "3.0-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "car" version))
(sha256
(base32
"0l3wyc9ia0ypcbap2p39slazfpbl84mjzydqvpsywrzdiyxajnfz"))))
"0vy3g3bjljd2al8xb9qr45f98is7yppc9jilqn7b6zvf5yqpr07s"))))
(build-system r-build-system)
(propagated-inputs
`(("r-abind" ,r-abind)