guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 155b0b55720051928230f6280c14a05e7c512120
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jan 13 14:07:50 2026 +0100
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
---
gnu/packages/cran.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 72d47f7a82..7daa5aa3fb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -47084,16 +47084,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")