summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-20 07:17:27 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:30:07 +0100
commit40090bb082f55975ca4204fe3a02665dbf7af0d9 (patch)
treedc2549701686616658cbea7ede28acccb6c0acf8 /gnu
parent197540a4390e80cdf6c7a2fa02438e704ba6e3d7 (diff)
gnu: r-expint: Update to 0.2-0.
* gnu/packages/cran.scm (r-expint): Update to 0.2-0. Change-Id: I96ed02c99eb01547931c4b4320b506d93c846da0 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6912b73883..2d38529191 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -43897,14 +43897,14 @@ communities\" by MS Johnson (1926) @url{doi:10.2307/1373575}.")
(define-public r-expint
(package
(name "r-expint")
- (version "0.1-9")
+ (version "0.2-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "expint" version))
(sha256
(base32
- "0k2gyjl06vm6ffdps401g4q1lmlkwnfc900glsl6zq5jlywrbkwq"))))
+ "0gkmk98j5irz6x7vs17yv36b2mld0rr35lc7r8qzg30vx4hwzpww"))))
(properties `((upstream-name . "expint")))
(build-system r-build-system)
(home-page "https://gitlab.com/vigou3/expint")