From d2b0a27ac36821658417b08d22557a5950fa8bc8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 15 Jan 2026 10:34:54 +0100 Subject: [PATCH] gnu: r-txdbmaker: Update to 1.6.2. * gnu/packages/bioconductor.scm (r-txdbmaker): Update to 1.6.2. [properties]: Record one more package in updater-extra-native-inputs. Change-Id: Ie25a9043e7b02ee75e619140fbf3289185209b99 Signed-off-by: Rutherther --- gnu/packages/bioconductor.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index fd67a3322a7b2842967b191c7e9ed43fdfe6f7c7..c8f13a7fb653436a6e207d39bc1091aaf63f6ab7 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -14921,16 +14921,16 @@ dependencies between GO terms can be implemented and applied.") (define-public r-txdbmaker (package (name "r-txdbmaker") - (version "1.6.0") + (version "1.6.2") (source (origin (method url-fetch) (uri (bioconductor-uri "txdbmaker" version)) (sha256 - (base32 "0rczknnbccc2vlbs0mkv89fqmr1myxjba12dvvyqfpnh7pcxfihp")))) + (base32 "0m84qprk6z4ggj8qsds4lj2gbrvs0mvq63sg5f7i4m2kfawc5qpw")))) (properties '((upstream-name . "txdbmaker") - (updater-extra-native-inputs . ("r-runit")))) + (updater-extra-native-inputs . ("r-genomeinfodbdata" "r-runit")))) (build-system r-build-system) (arguments (list