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
This commit is contained in:
Artyom V. Poptsov 2026-01-12 15:09:59 +03:00
parent b9453730db
commit 6a425834fc
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -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))