From e0dcebdf854e8fd0b4b62531b10009c13591e32e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 14 Jan 2026 19:42:17 +0100 Subject: [PATCH] gnu: r-lifecycle: Update to 1.0.5. * gnu/packages/cran.scm (r-lifecycle): Update to 1.0.5. [propagated-inputs]: Remove r-glue. Change-Id: I57d11984d89e8ef9e67e20964cf638f51fd92ca1 Signed-off-by: Rutherther --- gnu/packages/cran.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ed19f1f4ebc6c10ac73791548059a4d224cf4dd1..1efcf5d59a189107746d1d2c43e095681981c39a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -41284,14 +41284,14 @@ atmospheric physics.") (define-public r-lifecycle (package (name "r-lifecycle") - (version "1.0.4") + (version "1.0.5") (source (origin (method url-fetch) (uri (cran-uri "lifecycle" version)) (sha256 (base32 - "1k4ibf2x90xgmzaq47vf9wrsh6a2fp2lg1l8bq89632bx33x795d")))) + "1vpq2sslm9651spz419wrgcxbf4ad7bg38smhfl5d86vdqz1x131")))) (properties ;; We can't add this here because via r-stringr this package ends up ;; being an input to r-knitr. @@ -41301,7 +41301,7 @@ atmospheric physics.") ;; Tests require r-testthat, which uses this package. (arguments (list #:tests? #false)) (propagated-inputs - (list r-cli r-glue r-rlang)) + (list r-cli r-rlang)) (home-page "https://github.com/r-lib/lifecycle") (synopsis "Manage the life cycle of your package functions") (description