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

gnu: r-actuar: Update to 3.3-1.

* gnu/packages/cran.scm (r-actuar): Update to 3.3-1.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:58:46 +01:00
parent 66421f6c73
commit d08931ed76
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24511,14 +24511,14 @@ API; see the package vignette for details.")
(define-public r-actuar
(package
(name "r-actuar")
(version "3.3-0")
(version "3.3-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "actuar" version))
(sha256
(base32
"1qi9y2x93pxxbynwl06rbiasm86vb0jh7sckw1dw3s21rsx1f5c5"))))
"16nyhn0aw2mb8915ycr46rjvg9pbcps7zxs2sgvdws9kzm027mpj"))))
(properties `((upstream-name . "actuar")))
(build-system r-build-system)
(propagated-inputs (list r-expint))