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

gnu: r-lars: Update to 1.3.

* gnu/packages/statistics.scm (r-lars): Update to 1.3.
This commit is contained in:
Ricardo Wurmus 2022-05-28 08:31:00 +02:00
parent 98e40f2d46
commit d1856b061c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5017,14 +5017,14 @@ mixture models.")
(define-public r-lars
(package
(name "r-lars")
(version "1.2")
(version "1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "lars" version))
(sha256
(base32
"0blj44wqrx6lmym1m9v6wkz8zxzbjax2zl6swgdczci0ixb5nx34"))))
"17al1g0pvfz9frs2kxicqr8dyp7ciz3x87yx2l4lqd53ls6nm7n6"))))
(build-system r-build-system)
(inputs
(list gfortran))