diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-01-12 15:16:57 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-01-12 15:16:57 +0300 |
| commit | 2ec8069f20a86701ab10634e72f0875e45462130 (patch) | |
| tree | 2c083e0e3278928d86aa8a76befca72be55a8c62 /gnu | |
| parent | 42ef872b1ce40026b5abfa3d94a8d48ee30d106f (diff) | |
gnu: termite: Update to 16.9.
* gnu/packages/terminals.scm (termite): Update to 16.9.
[inputs]: Add lz4.
Change-Id: I70c2999dfc5c274e77f958c32bc18530c203b8a5
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/terminals.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index fe63bc240e2..93f1a634d41 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm | |||
| @@ -194,7 +194,7 @@ configurable through a graphical wizard.") | |||
| 194 | (define-public termite | 194 | (define-public termite |
| 195 | (package | 195 | (package |
| 196 | (name "termite") | 196 | (name "termite") |
| 197 | (version "16.6") | 197 | (version "16.9") |
| 198 | (source | 198 | (source |
| 199 | (origin | 199 | (origin |
| 200 | (method url-fetch) | 200 | (method url-fetch) |
| @@ -204,7 +204,7 @@ configurable through a graphical wizard.") | |||
| 204 | version "/termite-" version ".tar.xz")) | 204 | version "/termite-" version ".tar.xz")) |
| 205 | (sha256 | 205 | (sha256 |
| 206 | (base32 | 206 | (base32 |
| 207 | "1n8x84pkp7l9xl0sd07jbj5gjb574qm3w7656qlnzw8hf9kr69il")))) | 207 | "1mlb8pl1wknhajz06x8qz2zc2497bg4sy9isra6sdjnz601nlj4m")))) |
| 208 | (build-system meson-build-system) | 208 | (build-system meson-build-system) |
| 209 | (arguments | 209 | (arguments |
| 210 | (list #:configure-flags | 210 | (list #:configure-flags |
| @@ -219,7 +219,7 @@ configurable through a graphical wizard.") | |||
| 219 | (lambda _ | 219 | (lambda _ |
| 220 | (invoke "meson" "install" "--skip-subprojects" "vte")))))) | 220 | (invoke "meson" "install" "--skip-subprojects" "vte")))))) |
| 221 | (inputs | 221 | (inputs |
| 222 | (list gnutls gtk+ pcre2 xdg-utils)) | 222 | (list gnutls gtk+ lz4 pcre2 xdg-utils)) |
| 223 | (native-inputs | 223 | (native-inputs |
| 224 | (list (list glib "bin") pkg-config)) | 224 | (list (list glib "bin") pkg-config)) |
| 225 | (home-page "https://github.com/aperezdc/termite/") | 225 | (home-page "https://github.com/aperezdc/termite/") |
