summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-13 14:07:50 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:26:37 +0100
commite3ea2f43ab0d21cf5bf72019b2e20eb5642f190a (patch)
tree8ad257c2c6051d1befb265e9ce642dfcf85c7d49 /gnu
parent10344b4faf6a68c4fc7360e1099ef56d9fc1a806 (diff)
gnu: r-isoband: Update to 0.3.0.
* gnu/packages/cran.scm (r-isoband): Update to 0.3.0. [propagated-inputs]: Add r-cli, r-cpp11, and r-rlang. Change-Id: I4c3baeda2383df4d7583517e30113b52efeafcd2 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5292867512..82236f2ba1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -47086,16 +47086,18 @@ Encyclopedia of Integer Sequences} (OEIS) in the function help page.")
(define-public r-isoband
(package
(name "r-isoband")
- (version "0.2.7")
+ (version "0.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "isoband" version))
(sha256
(base32
- "0qfzkkvh4a97qlifhdqjgdnzmnph93qqyqsv5gg8cnxl8crj54vn"))))
+ "1b14qjmyf7ak95wqdj89dzvz66480p02l5c9ycrfxfvmr9c3v3gy"))))
(properties `((upstream-name . "isoband")))
(build-system r-build-system)
+ (propagated-inputs
+ (list r-cli r-cpp11 r-rlang))
(native-inputs
(list r-knitr r-testthat))
(home-page "https://github.com/wilkelab/isoband")