mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-10 05:09:33 -05:00
gnu: r-actuar: Update to 3.1-1.
* gnu/packages/cran.scm (r-actuar): Update to 3.1-1.
This commit is contained in:
parent
46d995613f
commit
f6aed9aba6
1 changed files with 2 additions and 2 deletions
|
@ -20375,14 +20375,14 @@ (define-public r-expint
|
|||
(define-public r-actuar
|
||||
(package
|
||||
(name "r-actuar")
|
||||
(version "3.1-0")
|
||||
(version "3.1-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "actuar" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15a8axb2ym46j8vlm7icwnsc950p8m66hp0armha7drk0725y77k"))))
|
||||
"0sxn1mskh7x164f1vbrqnadgxnq7y2p3a9mlmqc0sp6cqkw9lhp9"))))
|
||||
(properties `((upstream-name . "actuar")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs `(("r-expint" ,r-expint)))
|
||||
|
|
Loading…
Reference in a new issue