mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 00:55:56 +02:00
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>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user