gnu: r-actuar: Update to 3.0-0.

* gnu/packages/cran.scm (r-actuar): Update to 3.0-0.
This commit is contained in:
Ricardo Wurmus 2020-06-11 15:13:47 +02:00
parent 8050cce35d
commit 8ddf3be097
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18667,14 +18667,14 @@ (define-public r-expint
(define-public r-actuar
(package
(name "r-actuar")
(version "2.3-3")
(version "3.0-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "actuar" version))
(sha256
(base32
"0aw3hlan5y22mdqk1wvnw9ksqhwp4yy5hi0dpv21p7s0hyxhphih"))))
"0dkp1sczldzy7kj70qvh1q59jhsq1brjybmxdz43jnx63y45llpz"))))
(properties `((upstream-name . "actuar")))
(build-system r-build-system)
(propagated-inputs `(("r-expint" ,r-expint)))