diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | 38c2c076e24ee1f6c0e2c4fcf9a5143ce8d0cdc2 (patch) | |
tree | f3e1731b110b152f3494311827da05788655c9dc | |
parent | b2d5a491442bcfc6a7d74d582087126ad7846af0 (diff) |
gnu: feh: Update to 3.10.
* gnu/packages/image-viewers.scm (feh): Update to 3.10.
-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 0ce3a27b01..206b91c878 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -177,7 +177,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.") (define-public feh (package (name "feh") - (version "3.9") + (version "3.10") (home-page "https://feh.finalrewind.org/") (source (origin (method url-fetch) @@ -185,7 +185,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.") name "-" version ".tar.bz2")) (sha256 (base32 - "185wwqd60r2rk6lzcvd6sl58589qfqrfnf7lqd6friyj84n9cjc6")))) + "166cayf1zh84y5bfaykxmi7ypxvq36hnjsbnwbjzx7zyvkvd2w8x")))) (build-system gnu-build-system) (arguments (list #:phases |