diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 09:58:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:15 +0100 |
commit | 66421f6c73079804380af439c672a2998eb347b0 (patch) | |
tree | 27d1309e554bf01f06b39cca6782a23354e35c12 /gnu | |
parent | a28ea5e8162bdbd7aa10419471024dda88493cb9 (diff) | |
download | guix-66421f6c73079804380af439c672a2998eb347b0.tar.gz |
gnu: r-expint: Update to 0.1-8.
* gnu/packages/cran.scm (r-expint): Update to 0.1-8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ebe0c42e6a..b55a5e4974 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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") |