mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +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:
parent
66421f6c73
commit
d08931ed76
1 changed files with 2 additions and 2 deletions
|
@ -24511,14 +24511,14 @@ (define-public r-expint
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue