diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2025-12-06 12:07:03 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:17:25 +0100 |
| commit | 01201258bc7e9b14bf727f46e30a3c29d4417244 (patch) | |
| tree | 55010b224b5a3f87519d18f337170778642c5934 /gnu | |
| parent | 077ba95865292d560167230f10e9bd6325ec3b00 (diff) | |
gnu: imv: Update to 5.0.1.
* gnu/packages/image-viewers.scm (imv): Update to 5.0.1.
[inputs]: Add wayland-protocols.
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/image-viewers.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index d7f7c244478..b82c64f0272 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -898,7 +898,7 @@ displayed in a terminal.") (define-public imv (package (name "imv") - (version "4.5.0") + (version "5.0.1") (source (origin (method git-fetch) (uri (git-reference @@ -906,7 +906,7 @@ displayed in a terminal.") (commit (string-append "v" version)))) (sha256 (base32 - "0988rpgzyhb27sbhrh5f2zqccqirmq7xb0naqh9nbl8j1dg897b8")) + "0fy8kaxi6071j983kb709xsmps8nqg1aa55ach2drdzs33zfr56q")) (file-name (git-file-name name version)))) (build-system meson-build-system) (arguments @@ -937,7 +937,8 @@ displayed in a terminal.") libtiff libxkbcommon pango - wayland)) + wayland + wayland-protocols)) (synopsis "Image viewer for tiling window managers") (description "@code{imv} is a command line image viewer intended for use with tiling window managers. Features include: |
