me
/
guix
Archived
1
0
Fork 0

gnu: r-expint: Update to 0.1-8.

* gnu/packages/cran.scm (r-expint): Update to 0.1-8.
master
Ricardo Wurmus 2022-11-04 09:58:46 +01:00
parent a28ea5e816
commit 66421f6c73
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24488,14 +24488,14 @@ communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
(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")