diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-03-28 13:39:12 -0400 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-29 13:13:56 +0200 |
| commit | 5f221c486e1192bdc90467adb2ab5e16e8d37e9f (patch) | |
| tree | dbb40d151fb3ec2d03b6ee93df1767f449abb12b | |
| parent | 21946173a05869dd40a38012e65b9e35dc47a9fc (diff) | |
gnu: feh: Update to 3.11.3.
* gnu/packages/image-viewers.scm (feh): Update to 3.11.3.
Merges guix/guix!7550
Change-Id: I861c2fd0f733eded1535785c92aa4807a4586ae2
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
| -rw-r--r-- | gnu/packages/image-viewers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index 792c62937af..8e5d87a0d7e 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 |
