mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-expint: Update to 0.1-8.
* gnu/packages/cran.scm (r-expint): Update to 0.1-8.
This commit is contained in:
parent
a28ea5e816
commit
66421f6c73
1 changed files with 2 additions and 2 deletions
|
@ -24488,14 +24488,14 @@ (define-public r-actogrammr
|
|||
(define-public r-expint
|
||||
(package
|
||||
(name "r-expint")
|
||||
(version "0.1-7")
|
||||
(version "0.1-8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "expint" version))
|
||||
(sha256
|
||||
(base32
|
||||
"01d0a7pc4qx7044a0cymnv5ld88r90vdvlqjbnzg9qlfbizdgyvw"))))
|
||||
"1cn6c84pqf8bgk109qm4znn186h6s6cpll3d11cw144h0vh4yr8j"))))
|
||||
(properties `((upstream-name . "expint")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://gitlab.com/vigou3/expint")
|
||||
|
|
Loading…
Reference in a new issue