mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-actuar: Update to 3.2-0.
* gnu/packages/cran.scm (r-actuar): Update to 3.2-0.
This commit is contained in:
parent
9be3daf763
commit
cb1ee31beb
1 changed files with 2 additions and 2 deletions
|
@ -22563,14 +22563,14 @@ (define-public r-expint
|
|||
(define-public r-actuar
|
||||
(package
|
||||
(name "r-actuar")
|
||||
(version "3.1-4")
|
||||
(version "3.2-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "actuar" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m9b4787a866cddf1skjz6634237dvg1i5qyqss4sgvcrbmx3hw0"))))
|
||||
"015brjjgmkwmjajdjdw8gs02jrd96if425pk9a97d499hzsq3xds"))))
|
||||
(properties `((upstream-name . "actuar")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-expint" ,r-expint)))
|
||||
|
|
Loading…
Reference in a new issue