From 6a425834fcf315010b5b79ab6278d642c791b8b8 Mon Sep 17 00:00:00 2001 From: "Artyom V. Poptsov" Date: Mon, 12 Jan 2026 15:09:59 +0300 Subject: [PATCH] gnu: roxterm: Update to 3.17.2. * gnu/packages/terminals.scm (roxterm): Update to 3.17.2. [native-inputs]: Add gettext-minimal. Change-Id: I65fc0c5d09612ef348f6ff3c463494bdd2c958f1 --- gnu/packages/terminals.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index 41f0e2f7c1c..7d8f1a2bb9c 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -1574,7 +1574,7 @@ and the ability to read and write via stdin and stdout.") (define-public roxterm (package (name "roxterm") - (version "3.15.3") + (version "3.17.2") (source (origin (method git-fetch) (uri (git-reference @@ -1583,7 +1583,7 @@ and the ability to read and write via stdin and stdout.") (file-name (git-file-name name version)) (sha256 (base32 - "0jsdrs31mwpba851inwxpwnmy74k9nl4hs7bgbhba85dvqpw1xi2")))) + "1lr8fd40qwjghmlkfqa8b9c64mlxxfws7diia0rdk88v0cvb3ia0")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ; No tests @@ -1591,6 +1591,7 @@ and the ability to read and write via stdin and stdout.") (list docbook-xsl docbook-xml (list glib "bin") + gettext-minimal libxml2 libxslt pkg-config))