diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index 792c62937a..8e5d87a0d7 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -247,7 +247,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.") (define-public feh (package (name "feh") - (version "3.10.3") + (version "3.11.3") (home-page "https://feh.finalrewind.org/") (source (origin (method url-fetch) @@ -255,7 +255,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.") name "-" version ".tar.bz2")) (sha256 (base32 - "1j79850gwrjamgc22cv1hiynia4w5lc8qbhww3qpl8bhjxwy49jl")))) + "0qqha3k1pivrw8kr6alk3l92qh75cgynb4vsvg024fa359cs7k7j")))) (build-system gnu-build-system) (arguments (list #:phases